Html Css Color HEX #003ADC Persian Blue

📋 copy color: '#003ADC'

red 0 ◦ green 58 ◦ blue 220

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

Shades of Persian Blue #003ADC

Tints of Persian Blue #003ADC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 220 (86.33% from 255) = 79.14%

R = 0%
G = 20.86%
B = 79.14%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#003ADC (or 0x003ADC) is known color: Persian Blue. HEX triplet: 00, 3A and DC. RGB value is (0,58,220). Sum of RGB (Red+Green+Blue) = 0+58+220=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 58 (23.05% from 255 or 20.86% from 278); Blue value is 220 (86.33% from 255 or 79.14% from 278); Max value from RGB is 220 - color contains mainly: blue. Hex color #003ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003ADC is #FFC523. Grayscale: #3A3A3A. Windows color (decimal): -16762148 or 14432768. OLE color: 14432768.

HSL color Cylindrical-coordinate representation of color #003ADC: hue angle of 224.18º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003ADC is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 58 220 -
CMYK 1 0.74 0 0.14
HSL 224.18º 1% 0.43% -
HSV(B) 224.18º 1% 0.86% -
XYZ 14.43 8.19 68.53 -
YUV 59.13 218.78 85.83 -
System Red Green Blue C M Y K H S L
Decimal 0 58 220 1 0.74 0 0.14 224.18 1 0.43
Hex 0 3A DC 64 4A 0 E E0 64 2B
Octal 0 72 334 144 112 0 16 340 144 53
Binary 0 111010 11011100 1100100 1001010 0 1110 11100000 1100100 101011

Color Harmonies of #003ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003ADC

Black with #003ADC

Text Example


Text Example

White with #003ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #003ADC;
 }
 .AnyTagClassName
 {
   color: #003ADC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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