Html Css Color HEX #033CDB Persian Blue

📋 copy color: '#033CDB'

red 3 ◦ green 60 ◦ blue 219

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

Shades of Persian Blue #033CDB

Tints of Persian Blue #033CDB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.28%

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

R = 1.06%
G = 21.28%
B = 77.66%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#033CDB (or 0x033CDB) is known color: Persian Blue. HEX triplet: 03, 3C and DB. RGB value is (3,60,219). Sum of RGB (Red+Green+Blue) = 3+60+219=282 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 219 (85.94% from 255 or 77.66% from 282); Max value from RGB is 219 - color contains mainly: blue. Hex color #033CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033CDB is #FCC324. Grayscale: #3C3C3C. Windows color (decimal): -16565029 or 14367747. OLE color: 14367747.

HSL color Cylindrical-coordinate representation of color #033CDB: hue angle of 224.17º 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 #033CDB is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 60 219 -
CMYK 0.99 0.73 0 0.14
HSL 224.17º 0.97% 0.44% -
HSV(B) 224.17º 0.99% 0.86% -
XYZ 14.44 8.37 67.87 -
YUV 61.08 217.12 86.57 -
System Red Green Blue C M Y K H S L
Decimal 3 60 219 0.99 0.73 0 0.14 224.17 0.97 0.44
Hex 3 3C DB 63 49 0 E E0 61 2C
Octal 3 74 333 143 111 0 16 340 141 54
Binary 11 111100 11011011 1100011 1001001 0 1110 11100000 1100001 101100

Color Harmonies of #033CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033CDB

Black with #033CDB

Text Example


Text Example

White with #033CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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