Html Css Color HEX #032CCE Persian Blue

📋 copy color: '#032CCE'

red 3 ◦ green 44 ◦ blue 206

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

Shades of Persian Blue #032CCE

Tints of Persian Blue #032CCE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.39%

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

R = 1.19%
G = 17.39%
B = 81.42%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#032CCE (or 0x032CCE) is known color: Persian Blue. HEX triplet: 03, 2C and CE. RGB value is (3,44,206). Sum of RGB (Red+Green+Blue) = 3+44+206=253 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 206 (80.86% from 255 or 81.42% from 253); Max value from RGB is 206 - color contains mainly: blue. Hex color #032CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032CCE is #FCD331. Grayscale: #313131. Windows color (decimal): -16569138 or 13511683. OLE color: 13511683.

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

Color convert

RGB 3 44 206 -
CMYK 0.99 0.79 0 0.19
HSL 227.88º 0.97% 0.41% -
HSV(B) 227.88º 0.99% 0.81% -
XYZ 12.08 6.28 58.97 -
YUV 50.21 215.92 94.33 -
System Red Green Blue C M Y K H S L
Decimal 3 44 206 0.99 0.79 0 0.19 227.88 0.97 0.41
Hex 3 2C CE 63 4F 0 13 E4 61 29
Octal 3 54 316 143 117 0 23 344 141 51
Binary 11 101100 11001110 1100011 1001111 0 10011 11100100 1100001 101001

Color Harmonies of #032CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032CCE

Black with #032CCE

Text Example


Text Example

White with #032CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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