#1D34BE

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

Shades of Persian Blue #1D34BE

Tints of Persian Blue #1D34BE

Color information

#1D34BE (or 0x1D34BE) is unknown color: approx Persian Blue. HEX triplet: 1D, 34 and BE. RGB value is (29,52,190). Sum of RGB (Red+Green+Blue) = 29+52+190=271 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.70% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 190 (74.61% from 255 or 70.11% from 271); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D34BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D34BE is #E2CB41. Grayscale: #3C3C3C. Windows color (decimal): -14863170 or 12465181. OLE color: 12465181.

HSL color Cylindrical-coordinate representation of color #1D34BE: hue angle of 231.43º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D34BE is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2952190-
CMYK0.850.7300.25
HSL231.43º73.52%42.94%-
HSV(B)231.43º84.74%74.51%-
XYZ11.036.4349.38-
YUV60.85200.88105.28-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.70%
GREEN value IS 52 (20.70% from 255) = 19.19%
BLUE value IS 190 (74.61% from 255) = 70.11%
R=10.70%
G=19.19%
B=70.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal29521900.850.7300.25231.4373.5242.94
Hex1D34BE5549019e74a2b
Octal356427612511103134711253
Binary111011101001011111010101011001001011001111001111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D34BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,52,190); }

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

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

 a { background-color: rgb(29,52,190); }

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

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

 span { border-color: rgb(29,52,190); }

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