#2937D7

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

Shades of Persian Blue #2937D7

Tints of Persian Blue #2937D7

Color information

#2937D7 (or 0x2937D7) is unknown color: approx Persian Blue. HEX triplet: 29, 37 and D7. RGB value is (41,55,215). Sum of RGB (Red+Green+Blue) = 41+55+215=311 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.18% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 215 (84.38% from 255 or 69.13% from 311); Max value from RGB is 215 - color contains mainly: blue. Hex color #2937D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2937D7 is #D6C828. Grayscale: #444444. Windows color (decimal): -14075945 or 14104361. OLE color: 14104361.

HSL color Cylindrical-coordinate representation of color #2937D7: hue angle of 235.17º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2937D7 is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4155215-
CMYK0.810.7400.16
HSL235.17º68.5%50.2%-
HSV(B)235.17º80.93%84.31%-
XYZ14.558.1165.09-
YUV69.05210.36107.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.18%
GREEN value IS 55 (21.88% from 255) = 17.68%
BLUE value IS 215 (84.38% from 255) = 69.13%
R=13.18%
G=17.68%
B=69.13%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal41552150.810.7400.16235.1768.550.2
Hex2937D7514A010eb4532
Octal516732712111202035310562
Binary1010011101111101011110100011001010010000111010111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2937D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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