Html Css Color HEX #003A61 Prussian Blue

📋 copy color: '#003A61'

red 0 ◦ green 58 ◦ blue 97

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

Shades of Prussian Blue #003A61

Tints of Prussian Blue #003A61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 62.58%

R = 0%
G = 37.42%
B = 62.58%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#003A61 (or 0x003A61) is known color: Prussian Blue. HEX triplet: 00, 3A and 61. RGB value is (0,58,97). Sum of RGB (Red+Green+Blue) = 0+58+97=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 97 (38.28% from 255 or 62.58% from 155); Max value from RGB is 97 - color contains mainly: blue. Hex color #003A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003A61 is #FFC59E. Grayscale: #2C2C2C. Windows color (decimal): -16762271 or 6371840. OLE color: 6371840.

HSL color Cylindrical-coordinate representation of color #003A61: hue angle of 204.12º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A61 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 58 97 -
CMYK 1 0.40 0 0.62
HSL 204.12º 1% 0.19% -
HSV(B) 204.12º 1% 0.38% -
XYZ 3.67 3.89 11.87 -
YUV 45.1 157.28 95.83 -
System Red Green Blue C M Y K H S L
Decimal 0 58 97 1 0.40 0 0.62 204.12 1 0.19
Hex 0 3A 61 64 28 0 3E CC 64 13
Octal 0 72 141 144 50 0 76 314 144 23
Binary 0 111010 1100001 1100100 101000 0 111110 11001100 1100100 10011

Color Harmonies of #003A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003A61

Black with #003A61

Text Example


Text Example

White with #003A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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