Html Css Color HEX #033BE8 Persian Blue

📋 copy color: '#033BE8'

red 3 ◦ green 59 ◦ blue 232

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

Shades of Persian Blue #033BE8

Tints of Persian Blue #033BE8

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.07%

 BLUE value IS 232 (91.02% from 255) = 78.91%

R = 1.02%
G = 20.07%
B = 78.91%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#033BE8 (or 0x033BE8) is known color: Persian Blue. HEX triplet: 03, 3B and E8. RGB value is (3,59,232). Sum of RGB (Red+Green+Blue) = 3+59+232=294 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 294); Green value is 59 (23.44% from 255 or 20.07% from 294); Blue value is 232 (91.02% from 255 or 78.91% from 294); Max value from RGB is 232 - color contains mainly: blue. Hex color #033BE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033BE8 is #FCC417. Grayscale: #3D3D3D. Windows color (decimal): -16565272 or 15219459. OLE color: 15219459.

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

Color convert

RGB 3 59 232 -
CMYK 0.99 0.75 0 0.09
HSL 225.33º 0.97% 0.46% -
HSV(B) 225.33º 0.99% 0.91% -
XYZ 16.17 8.97 77.22 -
YUV 61.98 223.95 85.93 -
System Red Green Blue C M Y K H S L
Decimal 3 59 232 0.99 0.75 0 0.09 225.33 0.97 0.46
Hex 3 3B E8 63 4B 0 9 E1 61 2E
Octal 3 73 350 143 113 0 11 341 141 56
Binary 11 111011 11101000 1100011 1001011 0 1001 11100001 1100001 101110

Color Harmonies of #033BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033BE8

Black with #033BE8

Text Example


Text Example

White with #033BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,59,232); }

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

background-color css

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

 a { background-color: rgb(3,59,232); }

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

border-color css

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

 span { border-color: rgb(3,59,232); }

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