Html Css Color HEX #033CCE Persian Blue

📋 copy color: '#033CCE'

red 3 ◦ green 60 ◦ blue 206

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

Shades of Persian Blue #033CCE

Tints of Persian Blue #033CCE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.3%

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

R = 1.12%
G = 22.3%
B = 76.58%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#033CCE (or 0x033CCE) is known color: Persian Blue. HEX triplet: 03, 3C and CE. RGB value is (3,60,206). Sum of RGB (Red+Green+Blue) = 3+60+206=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 206 (80.86% from 255 or 76.58% from 269); Max value from RGB is 206 - color contains mainly: blue. Hex color #033CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033CCE is #FCC331. Grayscale: #3A3A3A. Windows color (decimal): -16565042 or 13515779. OLE color: 13515779.

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

Color convert

RGB 3 60 206 -
CMYK 0.99 0.71 0 0.19
HSL 223.15º 0.97% 0.41% -
HSV(B) 223.15º 0.99% 0.81% -
XYZ 12.79 7.71 59.21 -
YUV 59.6 210.62 87.63 -
System Red Green Blue C M Y K H S L
Decimal 3 60 206 0.99 0.71 0 0.19 223.15 0.97 0.41
Hex 3 3C CE 63 47 0 13 DF 61 29
Octal 3 74 316 143 107 0 23 337 141 51
Binary 11 111100 11001110 1100011 1000111 0 10011 11011111 1100001 101001

Color Harmonies of #033CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033CCE

Black with #033CCE

Text Example


Text Example

White with #033CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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