Html Css Color HEX #033CEC Persian Blue

📋 copy color: '#033CEC'

red 3 ◦ green 60 ◦ blue 236

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

Shades of Persian Blue #033CEC

Tints of Persian Blue #033CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 78.93%

R = 1%
G = 20.07%
B = 78.93%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#033CEC (or 0x033CEC) is known color: Persian Blue. HEX triplet: 03, 3C and EC. RGB value is (3,60,236). Sum of RGB (Red+Green+Blue) = 3+60+236=299 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 236 (92.58% from 255 or 78.93% from 299); Max value from RGB is 236 - color contains mainly: blue. Hex color #033CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033CEC is #FCC313. Grayscale: #3E3E3E. Windows color (decimal): -16565012 or 15481859. OLE color: 15481859.

HSL color Cylindrical-coordinate representation of color #033CEC: hue angle of 225.32º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033CEC is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 60 236 -
CMYK 0.99 0.75 0 0.07
HSL 225.32º 0.97% 0.47% -
HSV(B) 225.32º 0.99% 0.93% -
XYZ 16.79 9.31 80.27 -
YUV 63.02 225.62 85.19 -
System Red Green Blue C M Y K H S L
Decimal 3 60 236 0.99 0.75 0 0.07 225.32 0.97 0.47
Hex 3 3C EC 63 4B 0 7 E1 61 2F
Octal 3 74 354 143 113 0 7 341 141 57
Binary 11 111100 11101100 1100011 1001011 0 111 11100001 1100001 101111

Color Harmonies of #033CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033CEC

Black with #033CEC

Text Example


Text Example

White with #033CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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