Html Css Color HEX #032ACD Persian Blue

📋 copy color: '#032ACD'

red 3 ◦ green 42 ◦ blue 205

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

Shades of Persian Blue #032ACD

Tints of Persian Blue #032ACD

RGB

 RED value IS 3 (1.56% from 255) = 1.2%

 GREEN value IS 42 (16.8% from 255) = 16.8%

 BLUE value IS 205 (80.47% from 255) = 82%

R = 1.2%
G = 16.8%
B = 82%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#032ACD (or 0x032ACD) is known color: Persian Blue. HEX triplet: 03, 2A and CD. RGB value is (3,42,205). Sum of RGB (Red+Green+Blue) = 3+42+205=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 42 (16.80% from 255 or 16.8% from 250); Blue value is 205 (80.47% from 255 or 82% from 250); Max value from RGB is 205 - color contains mainly: blue. Hex color #032ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032ACD is #FCD532. Grayscale: #303030. Windows color (decimal): -16569651 or 13445635. OLE color: 13445635.

HSL color Cylindrical-coordinate representation of color #032ACD: hue angle of 228.42º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032ACD is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 42 205 -
CMYK 0.99 0.80 0 0.20
HSL 228.42º 0.97% 0.41% -
HSV(B) 228.42º 0.99% 0.8% -
XYZ 11.88 6.08 58.31 -
YUV 48.92 216.08 95.25 -
System Red Green Blue C M Y K H S L
Decimal 3 42 205 0.99 0.80 0 0.20 228.42 0.97 0.41
Hex 3 2A CD 63 50 0 14 E4 61 29
Octal 3 52 315 143 120 0 24 344 141 51
Binary 11 101010 11001101 1100011 1010000 0 10100 11100100 1100001 101001

Color Harmonies of #032ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032ACD

Black with #032ACD

Text Example


Text Example

White with #032ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032ACD; }

 p { color: rgb(3,42,205); }

 H1.HeaderClassName
 {
   color: #032ACD;
 }
 .AnyTagClassName
 {
   color: #032ACD;
 }
</style>

background-color css

<style>
 a { background-color: #032ACD; }

 a { background-color: rgb(3,42,205); }

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

border-color css

<style>
 span { border-color: #032ACD; }

 span { border-color: rgb(3,42,205); }

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