Html Css Color HEX #032FCA Persian Blue

📋 copy color: '#032FCA'

red 3 ◦ green 47 ◦ blue 202

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

Shades of Persian Blue #032FCA

Tints of Persian Blue #032FCA

RGB

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

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

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

R = 1.19%
G = 18.65%
B = 80.16%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#032FCA (or 0x032FCA) is known color: Persian Blue. HEX triplet: 03, 2F and CA. RGB value is (3,47,202). Sum of RGB (Red+Green+Blue) = 3+47+202=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 202 (79.30% from 255 or 80.16% from 252); Max value from RGB is 202 - color contains mainly: blue. Hex color #032FCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032FCA is #FCD035. Grayscale: #323232. Windows color (decimal): -16568374 or 13250307. OLE color: 13250307.

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

Color convert

RGB 3 47 202 -
CMYK 0.99 0.77 0 0.21
HSL 226.73º 0.97% 0.4% -
HSV(B) 226.73º 0.99% 0.79% -
XYZ 11.71 6.32 56.48 -
YUV 51.51 212.92 93.4 -
System Red Green Blue C M Y K H S L
Decimal 3 47 202 0.99 0.77 0 0.21 226.73 0.97 0.4
Hex 3 2F CA 63 4D 0 15 E3 61 28
Octal 3 57 312 143 115 0 25 343 141 50
Binary 11 101111 11001010 1100011 1001101 0 10101 11100011 1100001 101000

Color Harmonies of #032FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032FCA

Black with #032FCA

Text Example


Text Example

White with #032FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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