Html Css Color HEX #033DEE Persian Blue

📋 copy color: '#033DEE'

red 3 ◦ green 61 ◦ blue 238

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

Shades of Persian Blue #033DEE

Tints of Persian Blue #033DEE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.2%

 BLUE value IS 238 (93.36% from 255) = 78.81%

R = 0.99%
G = 20.2%
B = 78.81%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#033DEE (or 0x033DEE) is known color: Persian Blue. HEX triplet: 03, 3D and EE. RGB value is (3,61,238). Sum of RGB (Red+Green+Blue) = 3+61+238=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 238 (93.36% from 255 or 78.81% from 302); Max value from RGB is 238 - color contains mainly: blue. Hex color #033DEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033DEE is #FCC211. Grayscale: #3F3F3F. Windows color (decimal): -16564754 or 15613187. OLE color: 15613187.

HSL color Cylindrical-coordinate representation of color #033DEE: hue angle of 225.19º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033DEE is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 61 238 -
CMYK 0.99 0.74 0 0.07
HSL 225.19º 0.98% 0.47% -
HSV(B) 225.19º 0.99% 0.93% -
XYZ 17.14 9.53 81.83 -
YUV 63.84 226.28 84.61 -
System Red Green Blue C M Y K H S L
Decimal 3 61 238 0.99 0.74 0 0.07 225.19 0.98 0.47
Hex 3 3D EE 63 4A 0 7 E1 62 2F
Octal 3 75 356 143 112 0 7 341 142 57
Binary 11 111101 11101110 1100011 1001010 0 111 11100001 1100010 101111

Color Harmonies of #033DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033DEE

Black with #033DEE

Text Example


Text Example

White with #033DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,61,238); }

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

background-color css

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

 a { background-color: rgb(3,61,238); }

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

border-color css

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

 span { border-color: rgb(3,61,238); }

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