Html Css Color HEX #033ADB Persian Blue

📋 copy color: '#033ADB'

red 3 ◦ green 58 ◦ blue 219

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

Shades of Persian Blue #033ADB

Tints of Persian Blue #033ADB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.71%

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

R = 1.07%
G = 20.71%
B = 78.21%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#033ADB (or 0x033ADB) is known color: Persian Blue. HEX triplet: 03, 3A and DB. RGB value is (3,58,219). Sum of RGB (Red+Green+Blue) = 3+58+219=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 219 (85.94% from 255 or 78.21% from 280); Max value from RGB is 219 - color contains mainly: blue. Hex color #033ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033ADB is #FCC524. Grayscale: #3B3B3B. Windows color (decimal): -16565541 or 14367235. OLE color: 14367235.

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

Color convert

RGB 3 58 219 -
CMYK 0.99 0.74 0 0.14
HSL 224.72º 0.97% 0.44% -
HSV(B) 224.72º 0.99% 0.86% -
XYZ 14.34 8.16 67.84 -
YUV 59.91 217.78 87.41 -
System Red Green Blue C M Y K H S L
Decimal 3 58 219 0.99 0.74 0 0.14 224.72 0.97 0.44
Hex 3 3A DB 63 4A 0 E E1 61 2C
Octal 3 72 333 143 112 0 16 341 141 54
Binary 11 111010 11011011 1100011 1001010 0 1110 11100001 1100001 101100

Color Harmonies of #033ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033ADB

Black with #033ADB

Text Example


Text Example

White with #033ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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