Html Css Color HEX #033BDE Persian Blue

📋 copy color: '#033BDE'

red 3 ◦ green 59 ◦ blue 222

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

Shades of Persian Blue #033BDE

Tints of Persian Blue #033BDE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.77%

 BLUE value IS 222 (87.11% from 255) = 78.17%

R = 1.06%
G = 20.77%
B = 78.17%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#033BDE (or 0x033BDE) is known color: Persian Blue. HEX triplet: 03, 3B and DE. RGB value is (3,59,222). Sum of RGB (Red+Green+Blue) = 3+59+222=284 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 222 (87.11% from 255 or 78.17% from 284); Max value from RGB is 222 - color contains mainly: blue. Hex color #033BDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033BDE is #FCC421. Grayscale: #3C3C3C. Windows color (decimal): -16565282 or 14564099. OLE color: 14564099.

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

Color convert

RGB 3 59 222 -
CMYK 0.99 0.73 0 0.13
HSL 224.66º 0.97% 0.44% -
HSV(B) 224.66º 0.99% 0.87% -
XYZ 14.79 8.42 69.95 -
YUV 60.84 218.95 86.75 -
System Red Green Blue C M Y K H S L
Decimal 3 59 222 0.99 0.73 0 0.13 224.66 0.97 0.44
Hex 3 3B DE 63 49 0 D E1 61 2C
Octal 3 73 336 143 111 0 15 341 141 54
Binary 11 111011 11011110 1100011 1001001 0 1101 11100001 1100001 101100

Color Harmonies of #033BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033BDE

Black with #033BDE

Text Example


Text Example

White with #033BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,59,222); }

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

background-color css

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

 a { background-color: rgb(3,59,222); }

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

border-color css

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

 span { border-color: rgb(3,59,222); }

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