Html Css Color HEX #032FCD Persian Blue

📋 copy color: '#032FCD'

red 3 ◦ green 47 ◦ blue 205

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

Shades of Persian Blue #032FCD

Tints of Persian Blue #032FCD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.43%

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

R = 1.18%
G = 18.43%
B = 80.39%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#032FCD (or 0x032FCD) is known color: Persian Blue. HEX triplet: 03, 2F and CD. RGB value is (3,47,205). Sum of RGB (Red+Green+Blue) = 3+47+205=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 205 (80.47% from 255 or 80.39% from 255); Max value from RGB is 205 - color contains mainly: blue. Hex color #032FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032FCD is #FCD032. Grayscale: #333333. Windows color (decimal): -16568371 or 13446915. OLE color: 13446915.

HSL color Cylindrical-coordinate representation of color #032FCD: hue angle of 226.93º 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 #032FCD is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 47 205 -
CMYK 0.99 0.77 0 0.20
HSL 226.93º 0.97% 0.41% -
HSV(B) 226.93º 0.99% 0.8% -
XYZ 12.07 6.46 58.37 -
YUV 51.86 214.42 93.15 -
System Red Green Blue C M Y K H S L
Decimal 3 47 205 0.99 0.77 0 0.20 226.93 0.97 0.41
Hex 3 2F CD 63 4D 0 14 E3 61 29
Octal 3 57 315 143 115 0 24 343 141 51
Binary 11 101111 11001101 1100011 1001101 0 10100 11100011 1100001 101001

Color Harmonies of #032FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032FCD

Black with #032FCD

Text Example


Text Example

White with #032FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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