Html Css Color HEX #033EEA Persian Blue

📋 copy color: '#033EEA'

red 3 ◦ green 62 ◦ blue 234

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

Shades of Persian Blue #033EEA

Tints of Persian Blue #033EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 78.26%

R = 1%
G = 20.74%
B = 78.26%

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

#033EEA (or 0x033EEA) is known color: Persian Blue. HEX triplet: 03, 3E and EA. RGB value is (3,62,234). Sum of RGB (Red+Green+Blue) = 3+62+234=299 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 234 (91.80% from 255 or 78.26% from 299); Max value from RGB is 234 - color contains mainly: blue. Hex color #033EEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033EEA is #FCC115. Grayscale: #3F3F3F. Windows color (decimal): -16564502 or 15351299. OLE color: 15351299.

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

Color convert

RGB 3 62 234 -
CMYK 0.99 0.74 0 0.08
HSL 224.68º 0.97% 0.46% -
HSV(B) 224.68º 0.99% 0.92% -
XYZ 16.61 9.41 78.78 -
YUV 63.97 223.95 84.51 -
System Red Green Blue C M Y K H S L
Decimal 3 62 234 0.99 0.74 0 0.08 224.68 0.97 0.46
Hex 3 3E EA 63 4A 0 8 E1 61 2E
Octal 3 76 352 143 112 0 10 341 141 56
Binary 11 111110 11101010 1100011 1001010 0 1000 11100001 1100001 101110

Color Harmonies of #033EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033EEA

Black with #033EEA

Text Example


Text Example

White with #033EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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