#2937CA

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

Shades of Persian Blue #2937CA

Tints of Persian Blue #2937CA

Color information

#2937CA (or 0x2937CA) is unknown color: approx Persian Blue. HEX triplet: 29, 37 and CA. RGB value is (41,55,202). Sum of RGB (Red+Green+Blue) = 41+55+202=298 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.76% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 202 (79.30% from 255 or 67.79% from 298); Max value from RGB is 202 - color contains mainly: blue. Hex color #2937CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2937CA is #D6C835. Grayscale: #424242. Windows color (decimal): -14075958 or 13252393. OLE color: 13252393.

HSL color Cylindrical-coordinate representation of color #2937CA: hue angle of 234.78º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2937CA is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4155202-
CMYK0.800.7300.21
HSL234.78º66.26%47.65%-
HSV(B)234.78º79.7%79.22%-
XYZ12.947.4756.64-
YUV67.57203.86109.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.76%
GREEN value IS 55 (21.88% from 255) = 18.46%
BLUE value IS 202 (79.30% from 255) = 67.79%
R=13.76%
G=18.46%
B=67.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal41552020.800.7300.21234.7866.2647.65
Hex2937CA5049015eb4230
Octal516731212011102535310260
Binary1010011101111100101010100001001001010101111010111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2937CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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