Html Css Color HEX #033DDB Persian Blue

📋 copy color: '#033DDB'

red 3 ◦ green 61 ◦ blue 219

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

Shades of Persian Blue #033DDB

Tints of Persian Blue #033DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 77.39%

R = 1.06%
G = 21.55%
B = 77.39%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#033DDB (or 0x033DDB) is known color: Persian Blue. HEX triplet: 03, 3D and DB. RGB value is (3,61,219). Sum of RGB (Red+Green+Blue) = 3+61+219=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 219 (85.94% from 255 or 77.39% from 283); Max value from RGB is 219 - color contains mainly: blue. Hex color #033DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033DDB is #FCC224. Grayscale: #3C3C3C. Windows color (decimal): -16564773 or 14368003. OLE color: 14368003.

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

Color convert

RGB 3 61 219 -
CMYK 0.99 0.72 0 0.14
HSL 223.89º 0.97% 0.44% -
HSV(B) 223.89º 0.99% 0.86% -
XYZ 14.49 8.47 67.89 -
YUV 61.67 216.78 86.15 -
System Red Green Blue C M Y K H S L
Decimal 3 61 219 0.99 0.72 0 0.14 223.89 0.97 0.44
Hex 3 3D DB 63 48 0 E E0 61 2C
Octal 3 75 333 143 110 0 16 340 141 54
Binary 11 111101 11011011 1100011 1001000 0 1110 11100000 1100001 101100

Color Harmonies of #033DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033DDB

Black with #033DDB

Text Example


Text Example

White with #033DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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