Html Css Color HEX #032FCE Persian Blue

📋 copy color: '#032FCE'

red 3 ◦ green 47 ◦ blue 206

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

Shades of Persian Blue #032FCE

Tints of Persian Blue #032FCE

RGB

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

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

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

R = 1.17%
G = 18.36%
B = 80.47%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#032FCE (or 0x032FCE) is known color: Persian Blue. HEX triplet: 03, 2F and CE. RGB value is (3,47,206). Sum of RGB (Red+Green+Blue) = 3+47+206=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 206 (80.86% from 255 or 80.47% from 256); Max value from RGB is 206 - color contains mainly: blue. Hex color #032FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032FCE is #FCD031. Grayscale: #333333. Windows color (decimal): -16568370 or 13512451. OLE color: 13512451.

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

Color convert

RGB 3 47 206 -
CMYK 0.99 0.77 0 0.19
HSL 227º 0.97% 0.41% -
HSV(B) 227º 0.99% 0.81% -
XYZ 12.19 6.51 59.01 -
YUV 51.97 214.92 93.07 -
System Red Green Blue C M Y K H S L
Decimal 3 47 206 0.99 0.77 0 0.19 227 0.97 0.41
Hex 3 2F CE 63 4D 0 13 E3 61 29
Octal 3 57 316 143 115 0 23 343 141 51
Binary 11 101111 11001110 1100011 1001101 0 10011 11100011 1100001 101001

Color Harmonies of #032FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032FCE

Black with #032FCE

Text Example


Text Example

White with #032FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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