Html Css Color HEX #033ED5 Persian Blue

📋 copy color: '#033ED5'

red 3 ◦ green 62 ◦ blue 213

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

Shades of Persian Blue #033ED5

Tints of Persian Blue #033ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 76.62%

R = 1.08%
G = 22.3%
B = 76.62%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#033ED5 (or 0x033ED5) is known color: Persian Blue. HEX triplet: 03, 3E and D5. RGB value is (3,62,213). Sum of RGB (Red+Green+Blue) = 3+62+213=278 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 278); Green value is 62 (24.61% from 255 or 22.30% from 278); Blue value is 213 (83.59% from 255 or 76.62% from 278); Max value from RGB is 213 - color contains mainly: blue. Hex color #033ED5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033ED5 is #FCC12A. Grayscale: #3C3C3C. Windows color (decimal): -16564523 or 13975043. OLE color: 13975043.

HSL color Cylindrical-coordinate representation of color #033ED5: hue angle of 223.14º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033ED5 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 3 62 213 -
CMYK 0.99 0.71 0 0.16
HSL 223.14º 0.97% 0.42% -
HSV(B) 223.14º 0.99% 0.84% -
XYZ 13.77 8.27 63.82 -
YUV 61.57 213.45 86.22 -
System Red Green Blue C M Y K H S L
Decimal 3 62 213 0.99 0.71 0 0.16 223.14 0.97 0.42
Hex 3 3E D5 63 47 0 10 DF 61 2A
Octal 3 76 325 143 107 0 20 337 141 52
Binary 11 111110 11010101 1100011 1000111 0 10000 11011111 1100001 101010

Color Harmonies of #033ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033ED5

Black with #033ED5

Text Example


Text Example

White with #033ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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