Html Css Color HEX #033ECF Persian Blue

📋 copy color: '#033ECF'

red 3 ◦ green 62 ◦ blue 207

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

Shades of Persian Blue #033ECF

Tints of Persian Blue #033ECF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.79%

 BLUE value IS 207 (81.25% from 255) = 76.1%

R = 1.1%
G = 22.79%
B = 76.1%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#033ECF (or 0x033ECF) is known color: Persian Blue. HEX triplet: 03, 3E and CF. RGB value is (3,62,207). Sum of RGB (Red+Green+Blue) = 3+62+207=272 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 207 (81.25% from 255 or 76.10% from 272); Max value from RGB is 207 - color contains mainly: blue. Hex color #033ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033ECF is #FCC130. Grayscale: #3C3C3C. Windows color (decimal): -16564529 or 13581827. OLE color: 13581827.

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

Color convert

RGB 3 62 207 -
CMYK 0.99 0.70 0 0.19
HSL 222.65º 0.97% 0.41% -
HSV(B) 222.65º 0.99% 0.81% -
XYZ 13.02 7.97 59.88 -
YUV 60.89 210.45 86.71 -
System Red Green Blue C M Y K H S L
Decimal 3 62 207 0.99 0.70 0 0.19 222.65 0.97 0.41
Hex 3 3E CF 63 46 0 13 DF 61 29
Octal 3 76 317 143 106 0 23 337 141 51
Binary 11 111110 11001111 1100011 1000110 0 10011 11011111 1100001 101001

Color Harmonies of #033ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033ECF

Black with #033ECF

Text Example


Text Example

White with #033ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,62,207); }

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

background-color css

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

 a { background-color: rgb(3,62,207); }

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

border-color css

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

 span { border-color: rgb(3,62,207); }

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