#003A68

Color #003A68 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #003A68

Tints of Prussian Blue #003A68

Color information

#003A68 (or 0x003A68) is unknown color: approx Prussian Blue. HEX triplet: 00, 3A and 68. RGB value is (0,58,104). Sum of RGB (Red+Green+Blue) = 0+58+104=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 104 (41.02% from 255 or 64.20% from 162); Max value from RGB is 104 - color contains mainly: blue. Hex color #003A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003A68 is #FFC597. Grayscale: #2D2D2D. Windows color (decimal): -16762264 or 6830592. OLE color: 6830592.

HSL color Cylindrical-coordinate representation of color #003A68: hue angle of 206.54º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A68 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB058104-
CMYK10.4400.59
HSL206.54º100%20.39%-
HSV(B)206.54º100%40.78%-
XYZ4.014.0313.66-
YUV45.9160.7895.26-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 58 (23.05% from 255) = 35.80%
BLUE value IS 104 (41.02% from 255) = 64.20%
R=0%
G=35.80%
B=64.20%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal05810410.4400.59206.5410020.39
Hex03A68642C03Bcf6414
Octal0721501445407331714424
Binary011101011010001100100101100011101111001111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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