Html Css Color HEX #033ADC Persian Blue

📋 copy color: '#033ADC'

red 3 ◦ green 58 ◦ blue 220

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

Shades of Persian Blue #033ADC

Tints of Persian Blue #033ADC

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 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

#033ADC (or 0x033ADC) is known color: 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

RGB 3 58 220 -
CMYK 0.99 0.74 0 0.14
HSL 224.79º 0.97% 0.44% -
HSV(B) 224.79º 0.99% 0.86% -
XYZ 14.47 8.21 68.53 -
YUV 60.02 218.28 87.33 -
System Red Green Blue C M Y K H S L
Decimal 3 58 220 0.99 0.74 0 0.14 224.79 0.97 0.44
Hex 3 3A DC 63 4A 0 E E1 61 2C
Octal 3 72 334 143 112 0 16 341 141 54
Binary 11 111010 11011100 1100011 1001010 0 1110 11100001 1100001 101100

Color Harmonies of #033ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033ADC

Black with #033ADC

Text Example


Text Example

White with #033ADC

Text Example


Text Example

HTML Codes & Css Web 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>