Html Css Color HEX #033FCE Persian Blue

📋 copy color: '#033FCE'

red 3 ◦ green 63 ◦ blue 206

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

Shades of Persian Blue #033FCE

Tints of Persian Blue #033FCE

RGB

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

 GREEN value IS 63 (25% from 255) = 23.16%

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

R = 1.1%
G = 23.16%
B = 75.74%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#033FCE (or 0x033FCE) is known color: Persian Blue. HEX triplet: 03, 3F and CE. RGB value is (3,63,206). Sum of RGB (Red+Green+Blue) = 3+63+206=272 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 206 (80.86% from 255 or 75.74% from 272); Max value from RGB is 206 - color contains mainly: blue. Hex color #033FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033FCE is #FCC031. Grayscale: #3C3C3C. Windows color (decimal): -16564274 or 13516547. OLE color: 13516547.

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

Color convert

RGB 3 63 206 -
CMYK 0.99 0.69 0 0.19
HSL 222.27º 0.97% 0.41% -
HSV(B) 222.27º 0.99% 0.81% -
XYZ 12.96 8.03 59.26 -
YUV 61.36 209.62 86.37 -
System Red Green Blue C M Y K H S L
Decimal 3 63 206 0.99 0.69 0 0.19 222.27 0.97 0.41
Hex 3 3F CE 63 45 0 13 DE 61 29
Octal 3 77 316 143 105 0 23 336 141 51
Binary 11 111111 11001110 1100011 1000101 0 10011 11011110 1100001 101001

Color Harmonies of #033FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033FCE

Black with #033FCE

Text Example


Text Example

White with #033FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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