#003F66

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

Shades of Prussian Blue #003F66

Tints of Prussian Blue #003F66

Color information

#003F66 (or 0x003F66) is unknown color: approx Prussian Blue. HEX triplet: 00, 3F and 66. RGB value is (0,63,102). Sum of RGB (Red+Green+Blue) = 0+63+102=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 63 (25% from 255 or 38.18% from 165); Blue value is 102 (40.23% from 255 or 61.82% from 165); Max value from RGB is 102 - color contains mainly: blue. Hex color #003F66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003F66 is #FFC099. Grayscale: #303030. Windows color (decimal): -16760986 or 6700800. OLE color: 6700800.

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

Color convert

RGB063102-
CMYK10.3800.6
HSL202.94º100%20%-
HSV(B)202.94º100%40%-
XYZ4.184.5113.22-
YUV48.61158.1393.33-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 63 (25% from 255) = 38.18%
BLUE value IS 102 (40.23% from 255) = 61.82%
R=0%
G=38.18%
B=61.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal06310210.3800.6202.9410020
Hex03F66642603Ccb6414
Octal0771461444607431314424
Binary011111111001101100100100110011110011001011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,63,102); }

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

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

 a { background-color: rgb(0,63,102); }

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

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

 span { border-color: rgb(0,63,102); }

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