Html Css Color HEX #033ADD Persian Blue

📋 copy color: '#033ADD'

red 3 ◦ green 58 ◦ blue 221

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

Shades of Persian Blue #033ADD

Tints of Persian Blue #033ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 78.37%

R = 1.06%
G = 20.57%
B = 78.37%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#033ADD (or 0x033ADD) is known color: Persian Blue. HEX triplet: 03, 3A and DD. RGB value is (3,58,221). Sum of RGB (Red+Green+Blue) = 3+58+221=282 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 221 (86.72% from 255 or 78.37% from 282); Max value from RGB is 221 - color contains mainly: blue. Hex color #033ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033ADD is #FCC522. Grayscale: #3B3B3B. Windows color (decimal): -16565539 or 14498307. OLE color: 14498307.

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

Color convert

RGB 3 58 221 -
CMYK 0.99 0.74 0 0.13
HSL 224.86º 0.97% 0.44% -
HSV(B) 224.86º 0.99% 0.87% -
XYZ 14.6 8.27 69.23 -
YUV 60.14 218.78 87.25 -
System Red Green Blue C M Y K H S L
Decimal 3 58 221 0.99 0.74 0 0.13 224.86 0.97 0.44
Hex 3 3A DD 63 4A 0 D E1 61 2C
Octal 3 72 335 143 112 0 15 341 141 54
Binary 11 111010 11011101 1100011 1001010 0 1101 11100001 1100001 101100

Color Harmonies of #033ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033ADD

Black with #033ADD

Text Example


Text Example

White with #033ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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