Html Css Color HEX #033FE4 Persian Blue

📋 copy color: '#033FE4'

red 3 ◦ green 63 ◦ blue 228

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

Shades of Persian Blue #033FE4

Tints of Persian Blue #033FE4

RGB

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

 GREEN value IS 63 (25% from 255) = 21.43%

 BLUE value IS 228 (89.45% from 255) = 77.55%

R = 1.02%
G = 21.43%
B = 77.55%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#033FE4 (or 0x033FE4) is known color: Persian Blue. HEX triplet: 03, 3F and E4. RGB value is (3,63,228). Sum of RGB (Red+Green+Blue) = 3+63+228=294 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 228 (89.45% from 255 or 77.55% from 294); Max value from RGB is 228 - color contains mainly: blue. Hex color #033FE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033FE4 is #FCC01B. Grayscale: #3F3F3F. Windows color (decimal): -16564252 or 14958339. OLE color: 14958339.

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

Color convert

RGB 3 63 228 -
CMYK 0.99 0.72 0 0.11
HSL 224º 0.97% 0.45% -
HSV(B) 224º 0.99% 0.89% -
XYZ 15.82 9.18 74.34 -
YUV 63.87 220.62 84.58 -
System Red Green Blue C M Y K H S L
Decimal 3 63 228 0.99 0.72 0 0.11 224 0.97 0.45
Hex 3 3F E4 63 48 0 B E0 61 2D
Octal 3 77 344 143 110 0 13 340 141 55
Binary 11 111111 11100100 1100011 1001000 0 1011 11100000 1100001 101101

Color Harmonies of #033FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033FE4

Black with #033FE4

Text Example


Text Example

White with #033FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,63,228); }

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

background-color css

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

 a { background-color: rgb(3,63,228); }

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

border-color css

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

 span { border-color: rgb(3,63,228); }

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