Html Css Color HEX #033CEF Persian Blue

📋 copy color: '#033CEF'

red 3 ◦ green 60 ◦ blue 239

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

Shades of Persian Blue #033CEF

Tints of Persian Blue #033CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 79.14%

R = 0.99%
G = 19.87%
B = 79.14%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#033CEF (or 0x033CEF) is known color: Persian Blue. HEX triplet: 03, 3C and EF. RGB value is (3,60,239). Sum of RGB (Red+Green+Blue) = 3+60+239=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 239 (93.75% from 255 or 79.14% from 302); Max value from RGB is 239 - color contains mainly: blue. Hex color #033CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033CEF is #FCC310. Grayscale: #3E3E3E. Windows color (decimal): -16565009 or 15678467. OLE color: 15678467.

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

Color convert

RGB 3 60 239 -
CMYK 0.99 0.75 0 0.06
HSL 225.51º 0.98% 0.47% -
HSV(B) 225.51º 0.99% 0.94% -
XYZ 17.23 9.48 82.58 -
YUV 63.36 227.12 84.95 -
System Red Green Blue C M Y K H S L
Decimal 3 60 239 0.99 0.75 0 0.06 225.51 0.98 0.47
Hex 3 3C EF 63 4B 0 6 E2 62 2F
Octal 3 74 357 143 113 0 6 342 142 57
Binary 11 111100 11101111 1100011 1001011 0 110 11100010 1100010 101111

Color Harmonies of #033CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033CEF

Black with #033CEF

Text Example


Text Example

White with #033CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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