#2937C3

Color #2937C3 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2937C3

Tints of Persian Blue #2937C3

Color information

#2937C3 (or 0x2937C3) is unknown color: approx Persian Blue. HEX triplet: 29, 37 and C3. RGB value is (41,55,195). Sum of RGB (Red+Green+Blue) = 41+55+195=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 195 (76.56% from 255 or 67.01% from 291); Max value from RGB is 195 - color contains mainly: blue. Hex color #2937C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2937C3 is #D6C83C. Grayscale: #424242. Windows color (decimal): -14075965 or 12793641. OLE color: 12793641.

HSL color Cylindrical-coordinate representation of color #2937C3: hue angle of 234.55º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2937C3 is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4155195-
CMYK0.790.7200.24
HSL234.55º65.25%46.27%-
HSV(B)234.55º78.97%76.47%-
XYZ12.137.1452.37-
YUV66.77200.36109.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 14.09%
GREEN value IS 55 (21.88% from 255) = 18.90%
BLUE value IS 195 (76.56% from 255) = 67.01%
R=14.09%
G=18.90%
B=67.01%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal41551950.790.7200.24234.5565.2546.27
Hex2937C34F48018eb412e
Octal516730311711003035310156
Binary1010011101111100001110011111001000011000111010111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2937C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2937C3; }

 p { color: rgb(41,55,195); }

 H1.HeaderClassName
 {
   color: #2937C3;
 }
 .AnyTagClassName
 {
   color: #2937C3;
 }
</style>
background-color css

<style>
 a { background-color: #2937C3; }

 a { background-color: rgb(41,55,195); }

 div.DivClassName
 {
   background-color: #2937C3;
 }
 .BgClassName
 {
   background-color: #2937C3;
 }
</style>
border-color css

<style>
 span { border-color: #2937C3; }

 span { border-color: rgb(41,55,195); }

 td.TdClassName
 {
   border-color: #2937C3;
 }
 .TagClassName
 {
   border-color: #2937C3;
 }
</style>