Html Css Color HEX #033EDB Persian Blue

📋 copy color: '#033EDB'

red 3 ◦ green 62 ◦ blue 219

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

Shades of Persian Blue #033EDB

Tints of Persian Blue #033EDB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.83%

 BLUE value IS 219 (85.94% from 255) = 77.11%

R = 1.06%
G = 21.83%
B = 77.11%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#033EDB (or 0x033EDB) is known color: Persian Blue. HEX triplet: 03, 3E and DB. RGB value is (3,62,219). Sum of RGB (Red+Green+Blue) = 3+62+219=284 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 219 (85.94% from 255 or 77.11% from 284); Max value from RGB is 219 - color contains mainly: blue. Hex color #033EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033EDB is #FCC124. Grayscale: #3D3D3D. Windows color (decimal): -16564517 or 14368259. OLE color: 14368259.

HSL color Cylindrical-coordinate representation of color #033EDB: hue angle of 223.61º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033EDB is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 62 219 -
CMYK 0.99 0.72 0 0.14
HSL 223.61º 0.97% 0.44% -
HSV(B) 223.61º 0.99% 0.86% -
XYZ 14.55 8.58 67.91 -
YUV 62.26 216.45 85.73 -
System Red Green Blue C M Y K H S L
Decimal 3 62 219 0.99 0.72 0 0.14 223.61 0.97 0.44
Hex 3 3E DB 63 48 0 E E0 61 2C
Octal 3 76 333 143 110 0 16 340 141 54
Binary 11 111110 11011011 1100011 1001000 0 1110 11100000 1100001 101100

Color Harmonies of #033EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033EDB

Black with #033EDB

Text Example


Text Example

White with #033EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,62,219); }

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

background-color css

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

 a { background-color: rgb(3,62,219); }

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

border-color css

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

 span { border-color: rgb(3,62,219); }

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