Html Css Color HEX #003AC6 Persian Blue

📋 copy color: '#003AC6'

red 0 ◦ green 58 ◦ blue 198

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

Shades of Persian Blue #003AC6

Tints of Persian Blue #003AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 77.34%

R = 0%
G = 22.66%
B = 77.34%

CMYK

 C value IS 1

 M value IS 0.71

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#003AC6 (or 0x003AC6) is known color: Persian Blue. HEX triplet: 00, 3A and C6. RGB value is (0,58,198). Sum of RGB (Red+Green+Blue) = 0+58+198=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 198 (77.73% from 255 or 77.34% from 256); Max value from RGB is 198 - color contains mainly: blue. Hex color #003AC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003AC6 is #FFC539. Grayscale: #383838. Windows color (decimal): -16762170 or 12990976. OLE color: 12990976.

HSL color Cylindrical-coordinate representation of color #003AC6: hue angle of 222.42º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003AC6 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 0 58 198 -
CMYK 1 0.71 0 0.22
HSL 222.42º 1% 0.39% -
HSV(B) 222.42º 1% 0.78% -
XYZ 11.71 7.1 54.18 -
YUV 56.62 207.78 87.62 -
System Red Green Blue C M Y K H S L
Decimal 0 58 198 1 0.71 0 0.22 222.42 1 0.39
Hex 0 3A C6 64 47 0 16 DE 64 27
Octal 0 72 306 144 107 0 26 336 144 47
Binary 0 111010 11000110 1100100 1000111 0 10110 11011110 1100100 100111

Color Harmonies of #003AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003AC6

Black with #003AC6

Text Example


Text Example

White with #003AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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