#062C62

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

Shades of Prussian Blue #062C62

Tints of Prussian Blue #062C62

Color information

#062C62 (or 0x062C62) is unknown color: approx Prussian Blue. HEX triplet: 06, 2C and 62. RGB value is (6,44,98). Sum of RGB (Red+Green+Blue) = 6+44+98=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 98 (38.67% from 255 or 66.22% from 148); Max value from RGB is 98 - color contains mainly: blue. Hex color #062C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062C62 is #F9D39D. Grayscale: #262626. Windows color (decimal): -16372638 or 6433798. OLE color: 6433798.

HSL color Cylindrical-coordinate representation of color #062C62: hue angle of 215.22º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062C62 is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB64498-
CMYK0.940.5500.62
HSL215.22º88.46%20.39%-
HSV(B)215.22º93.88%38.43%-
XYZ3.182.7211.91-
YUV38.79161.41104.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.05%
GREEN value IS 44 (17.58% from 255) = 29.73%
BLUE value IS 98 (38.67% from 255) = 66.22%
R=4.05%
G=29.73%
B=66.22%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal644980.940.5500.62215.2288.4620.39
Hex62C625E3703Ed75814
Octal6541421366707632713024
Binary11010110011000101011110110111011111011010111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062C62; }

 p { color: rgb(6,44,98); }

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

<style>
 a { background-color: #062C62; }

 a { background-color: rgb(6,44,98); }

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

<style>
 span { border-color: #062C62; }

 span { border-color: rgb(6,44,98); }

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