#1D37CA

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

Shades of Persian Blue #1D37CA

Tints of Persian Blue #1D37CA

Color information

#1D37CA (or 0x1D37CA) is unknown color: approx Persian Blue. HEX triplet: 1D, 37 and CA. RGB value is (29,55,202). Sum of RGB (Red+Green+Blue) = 29+55+202=286 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.14% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 202 (79.30% from 255 or 70.63% from 286); Max value from RGB is 202 - color contains mainly: blue. Hex color #1D37CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D37CA is #E2C835. Grayscale: #3F3F3F. Windows color (decimal): -14862390 or 13252381. OLE color: 13252381.

HSL color Cylindrical-coordinate representation of color #1D37CA: hue angle of 230.98º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D37CA is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2955202-
CMYK0.860.7300.21
HSL230.98º74.89%45.29%-
HSV(B)230.98º85.64%79.22%-
XYZ12.537.2656.62-
YUV63.98205.89103.05-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.14%
GREEN value IS 55 (21.88% from 255) = 19.23%
BLUE value IS 202 (79.30% from 255) = 70.63%
R=10.14%
G=19.23%
B=70.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal29552020.860.7300.21230.9874.8945.29
Hex1D37CA5649015e74b2d
Octal356731212611102534711355
Binary111011101111100101010101101001001010101111001111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D37CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D37CA; }

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

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

<style>
 a { background-color: #1D37CA; }

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

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

<style>
 span { border-color: #1D37CA; }

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

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