Html Css Color HEX #033DEC Persian Blue

📋 copy color: '#033DEC'

red 3 ◦ green 61 ◦ blue 236

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

Shades of Persian Blue #033DEC

Tints of Persian Blue #033DEC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.33%

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

R = 1%
G = 20.33%
B = 78.67%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#033DEC (or 0x033DEC) is known color: Persian Blue. HEX triplet: 03, 3D and EC. RGB value is (3,61,236). Sum of RGB (Red+Green+Blue) = 3+61+236=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 236 (92.58% from 255 or 78.67% from 300); Max value from RGB is 236 - color contains mainly: blue. Hex color #033DEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033DEC is #FCC213. Grayscale: #3E3E3E. Windows color (decimal): -16564756 or 15482115. OLE color: 15482115.

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

Color convert

RGB 3 61 236 -
CMYK 0.99 0.74 0 0.07
HSL 225.06º 0.97% 0.47% -
HSV(B) 225.06º 0.99% 0.93% -
XYZ 16.85 9.41 80.29 -
YUV 63.61 225.28 84.77 -
System Red Green Blue C M Y K H S L
Decimal 3 61 236 0.99 0.74 0 0.07 225.06 0.97 0.47
Hex 3 3D EC 63 4A 0 7 E1 61 2F
Octal 3 75 354 143 112 0 7 341 141 57
Binary 11 111101 11101100 1100011 1001010 0 111 11100001 1100001 101111

Color Harmonies of #033DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033DEC

Black with #033DEC

Text Example


Text Example

White with #033DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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