#033ADC

Color #033ADC Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #033ADC

Tints of Persian Blue #033ADC

Color information

#033ADC (or 0x033ADC) is unknown color: approx Persian Blue. HEX triplet: 03, 3A and DC. RGB value is (3,58,220). Sum of RGB (Red+Green+Blue) = 3+58+220=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 220 (86.33% from 255 or 78.29% from 281); Max value from RGB is 220 - color contains mainly: blue. Hex color #033ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033ADC is #FCC523. Grayscale: #3B3B3B. Windows color (decimal): -16565540 or 14432771. OLE color: 14432771.

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

Color convert

RGB358220-
CMYK0.990.7400.14
HSL224.79º97.31%43.73%-
HSV(B)224.79º98.64%86.27%-
XYZ14.478.2168.53-
YUV60.02218.2887.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.07%
GREEN value IS 58 (23.05% from 255) = 20.64%
BLUE value IS 220 (86.33% from 255) = 78.29%
R=1.07%
G=20.64%
B=78.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal3582200.990.7400.14224.7997.3143.73
Hex33ADC634A0Ee1612c
Octal37233414311201634114154
Binary11111010110111001100011100101001110111000011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #033ADC;
 }
 .AnyTagClassName
 {
   color: #033ADC;
 }
</style>
background-color css

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

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

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

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

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

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