#003C6B

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

Shades of Prussian Blue #003C6B

Tints of Prussian Blue #003C6B

Color information

#003C6B (or 0x003C6B) is unknown color: approx Prussian Blue. HEX triplet: 00, 3C and 6B. RGB value is (0,60,107). Sum of RGB (Red+Green+Blue) = 0+60+107=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 107 (42.19% from 255 or 64.07% from 167); Max value from RGB is 107 - color contains mainly: blue. Hex color #003C6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003C6B is #FFC394. Grayscale: #2F2F2F. Windows color (decimal): -16761749 or 7027712. OLE color: 7027712.

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

Color convert

RGB060107-
CMYK10.4400.58
HSL206.36º100%20.98%-
HSV(B)206.36º100%41.96%-
XYZ4.274.2914.51-
YUV47.42161.6294.18-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 60 (23.83% from 255) = 35.93%
BLUE value IS 107 (42.19% from 255) = 64.07%
R=0%
G=35.93%
B=64.07%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal06010710.4400.58206.3610020.98
Hex03C6B642C03Ace6415
Octal0741531445407231614425
Binary011110011010111100100101100011101011001110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,60,107); }

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

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

 a { background-color: rgb(0,60,107); }

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

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

 span { border-color: rgb(0,60,107); }

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