#1D33D2

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

Shades of Persian Blue #1D33D2

Tints of Persian Blue #1D33D2

Color information

#1D33D2 (or 0x1D33D2) is unknown color: approx Persian Blue. HEX triplet: 1D, 33 and D2. RGB value is (29,51,210). Sum of RGB (Red+Green+Blue) = 29+51+210=290 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 210 (82.42% from 255 or 72.41% from 290); Max value from RGB is 210 - color contains mainly: blue. Hex color #1D33D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D33D2 is #E2CC2D. Grayscale: #3D3D3D. Windows color (decimal): -14863406 or 13775645. OLE color: 13775645.

HSL color Cylindrical-coordinate representation of color #1D33D2: hue angle of 232.71º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D33D2 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2951210-
CMYK0.860.7600.18
HSL232.71º75.73%46.86%-
HSV(B)232.71º86.19%82.35%-
XYZ13.327.2861.68-
YUV62.55211.21104.07-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10%
GREEN value IS 51 (20.31% from 255) = 17.59%
BLUE value IS 210 (82.42% from 255) = 72.41%
R=10%
G=17.59%
B=72.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal29512100.860.7600.18232.7175.7346.86
Hex1D33D2564C012e94c2f
Octal356332212611402235111457
Binary111011100111101001010101101001100010010111010011001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D33D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,51,210); }

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

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

 a { background-color: rgb(29,51,210); }

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

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

 span { border-color: rgb(29,51,210); }

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