#1d37d0

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

Shades of Persian Blue #1D37D0

Tints of Persian Blue #1D37D0

Color information

#1D37D0 (or 0x1D37D0) is unknown color: approx Persian Blue. HEX triplet: 1D, 37 and D0. RGB value is (29,55,208). Sum of RGB (Red+Green+Blue) = 29+55+208=292 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.93% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 208 (81.64% from 255 or 71.23% from 292); Max value from RGB is 208 - color contains mainly: blue. Hex color #1D37D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D37D0 is #E2C82F. Grayscale: #404040. Windows color (decimal): -14862384 or 13645597. OLE color: 13645597.

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

Color convert

RGB2955208-
CMYK0.860.7400.18
HSL231.28º75.53%46.47%-
HSV(B)231.28º86.06%81.57%-
XYZ13.267.5560.43-
YUV64.67208.89102.56-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.93%
GREEN value IS 55 (21.88% from 255) = 18.84%
BLUE value IS 208 (81.64% from 255) = 71.23%
R=9.93%
G=18.84%
B=71.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal29552080.860.7400.18231.2875.5346.47
Hex1D37D0564A012e74c2e
Octal356732012611202234711456
Binary111011101111101000010101101001010010010111001111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d37d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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