Html Css Color HEX #033CEB Persian Blue

📋 copy color: '#033CEB'

red 3 ◦ green 60 ◦ blue 235

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

Shades of Persian Blue #033CEB

Tints of Persian Blue #033CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 78.86%

R = 1.01%
G = 20.13%
B = 78.86%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#033CEB (or 0x033CEB) is known color: Persian Blue. HEX triplet: 03, 3C and EB. RGB value is (3,60,235). Sum of RGB (Red+Green+Blue) = 3+60+235=298 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 235 (92.19% from 255 or 78.86% from 298); Max value from RGB is 235 - color contains mainly: blue. Hex color #033CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033CEB is #FCC314. Grayscale: #3E3E3E. Windows color (decimal): -16565013 or 15416323. OLE color: 15416323.

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

Color convert

RGB 3 60 235 -
CMYK 0.99 0.74 0 0.08
HSL 225.26º 0.97% 0.47% -
HSV(B) 225.26º 0.99% 0.92% -
XYZ 16.65 9.25 79.51 -
YUV 62.91 225.12 85.27 -
System Red Green Blue C M Y K H S L
Decimal 3 60 235 0.99 0.74 0 0.08 225.26 0.97 0.47
Hex 3 3C EB 63 4A 0 8 E1 61 2F
Octal 3 74 353 143 112 0 10 341 141 57
Binary 11 111100 11101011 1100011 1001010 0 1000 11100001 1100001 101111

Color Harmonies of #033CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033CEB

Black with #033CEB

Text Example


Text Example

White with #033CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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