#2937B7

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

Shades of Persian Blue #2937B7

Tints of Persian Blue #2937B7

Color information

#2937B7 (or 0x2937B7) is unknown color: approx Persian Blue. HEX triplet: 29, 37 and B7. RGB value is (41,55,183). Sum of RGB (Red+Green+Blue) = 41+55+183=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 183 (71.88% from 255 or 65.59% from 279); Max value from RGB is 183 - color contains mainly: blue. Hex color #2937B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2937B7 is #D6C848. Grayscale: #404040. Windows color (decimal): -14075977 or 12007209. OLE color: 12007209.

HSL color Cylindrical-coordinate representation of color #2937B7: hue angle of 234.08º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2937B7 is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB4155183-
CMYK0.780.7000.28
HSL234.08º63.39%43.92%-
HSV(B)234.08º77.6%71.76%-
XYZ10.836.6245.51-
YUV65.41194.36110.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.70%
GREEN value IS 55 (21.88% from 255) = 19.71%
BLUE value IS 183 (71.88% from 255) = 65.59%
R=14.70%
G=19.71%
B=65.59%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal41551830.780.7000.28234.0863.3943.92
Hex2937B74E4601Cea3f2c
Octal51672671161060343527754
Binary101001110111101101111001110100011001110011101010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2937B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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