#1D2CE2

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

Shades of Persian Blue #1D2CE2

Tints of Persian Blue #1D2CE2

Color information

#1D2CE2 (or 0x1D2CE2) is unknown color: approx Persian Blue. HEX triplet: 1D, 2C and E2. RGB value is (29,44,226). Sum of RGB (Red+Green+Blue) = 29+44+226=299 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.70% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 226 (88.67% from 255 or 75.59% from 299); Max value from RGB is 226 - color contains mainly: blue. Hex color #1D2CE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2CE2 is #E2D31D. Grayscale: #3B3B3B. Windows color (decimal): -14865182 or 14822429. OLE color: 14822429.

HSL color Cylindrical-coordinate representation of color #1D2CE2: hue angle of 235.43º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D2CE2 is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB2944226-
CMYK0.870.8100.11
HSL235.43º77.25%50%-
HSV(B)235.43º87.17%88.63%-
XYZ15.137.5572.61-
YUV60.26221.53105.7-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.70%
GREEN value IS 44 (17.58% from 255) = 14.72%
BLUE value IS 226 (88.67% from 255) = 75.59%
R=9.70%
G=14.72%
B=75.59%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal29442260.870.8100.11235.4377.2550
Hex1D2CE257510Beb4d32
Octal355434212712101335311562
Binary11101101100111000101010111101000101011111010111001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,44,226); }

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

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

 a { background-color: rgb(29,44,226); }

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

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

 span { border-color: rgb(29,44,226); }

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