Html Css Color HEX #1D34CA Persian Blue

📋 copy color: '#1D34CA'

red 29 ◦ green 52 ◦ blue 202

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

Shades of Persian Blue #1D34CA

Tints of Persian Blue #1D34CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 71.38%

R = 10.25%
G = 18.37%
B = 71.38%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1D34CA (or 0x1D34CA) is known color: Persian Blue. HEX triplet: 1D, 34 and CA. RGB value is (29,52,202). Sum of RGB (Red+Green+Blue) = 29+52+202=283 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.25% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 202 (79.30% from 255 or 71.38% from 283); Max value from RGB is 202 - color contains mainly: blue. Hex color #1D34CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D34CA is #E2CB35. Grayscale: #3D3D3D. Windows color (decimal): -14863158 or 13251613. OLE color: 13251613.

HSL color Cylindrical-coordinate representation of color #1D34CA: hue angle of 232.02º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D34CA is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 29 52 202 -
CMYK 0.86 0.74 0 0.21
HSL 232.02º 0.75% 0.45% -
HSV(B) 232.02º 0.86% 0.79% -
XYZ 12.4 6.98 56.57 -
YUV 62.22 206.88 104.3 -
System Red Green Blue C M Y K H S L
Decimal 29 52 202 0.86 0.74 0 0.21 232.02 0.75 0.45
Hex 1D 34 CA 56 4A 0 15 E8 4B 2D
Octal 35 64 312 126 112 0 25 350 113 55
Binary 11101 110100 11001010 1010110 1001010 0 10101 11101000 1001011 101101

Color Harmonies of #1D34CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D34CA

Black with #1D34CA

Text Example


Text Example

White with #1D34CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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