Html Css Color HEX #1D34CE Persian Blue

📋 copy color: '#1D34CE'

red 29 ◦ green 52 ◦ blue 206

#1D34CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #1D34CE

Tints of Persian Blue #1D34CE

RGB

 RED value IS 29 (11.72% from 255) = 10.1%

 GREEN value IS 52 (20.7% from 255) = 18.12%

 BLUE value IS 206 (80.86% from 255) = 71.78%

R = 10.1%
G = 18.12%
B = 71.78%

CMYK

 C value IS 0.86

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1D34CE (or 0x1D34CE) is known color: Persian Blue. HEX triplet: 1D, 34 and CE. RGB value is (29,52,206). Sum of RGB (Red+Green+Blue) = 29+52+206=287 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.10% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 206 (80.86% from 255 or 71.78% from 287); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D34CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D34CE is #E2CB31. Grayscale: #3E3E3E. Windows color (decimal): -14863154 or 13513757. OLE color: 13513757.

HSL color Cylindrical-coordinate representation of color #1D34CE: hue angle of 232.2º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D34CE is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 29 52 206 -
CMYK 0.86 0.75 0 0.19
HSL 232.2º 0.75% 0.46% -
HSV(B) 232.2º 0.86% 0.81% -
XYZ 12.88 7.17 59.1 -
YUV 62.68 208.88 103.98 -
System Red Green Blue C M Y K H S L
Decimal 29 52 206 0.86 0.75 0 0.19 232.2 0.75 0.46
Hex 1D 34 CE 56 4B 0 13 E8 4B 2E
Octal 35 64 316 126 113 0 23 350 113 56
Binary 11101 110100 11001110 1010110 1001011 0 10011 11101000 1001011 101110

Color Harmonies of #1D34CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D34CE

Black with #1D34CE

Text Example


Text Example

White with #1D34CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D34CE;
 }
 .AnyTagClassName
 {
   color: #1D34CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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