#003B9C

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

Shades of Smalt #003B9C

Tints of Smalt #003B9C

Color information

#003B9C (or 0x003B9C) is unknown color: approx Smalt. HEX triplet: 00, 3B and 9C. RGB value is (0,59,156). Sum of RGB (Red+Green+Blue) = 0+59+156=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 59 (23.44% from 255 or 27.44% from 215); Blue value is 156 (61.33% from 255 or 72.56% from 215); Max value from RGB is 156 - color contains mainly: blue. Hex color #003B9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003B9C is #FFC463. Grayscale: #333333. Windows color (decimal): -16761956 or 10238720. OLE color: 10238720.

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

Color convert

RGB059156-
CMYK10.6200.39
HSL217.31º100%30.59%-
HSV(B)217.31º100%61.18%-
XYZ7.565.5332.12-
YUV52.42186.4590.61-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 59 (23.44% from 255) = 27.44%
BLUE value IS 156 (61.33% from 255) = 72.56%
R=0%
G=27.44%
B=72.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal05915610.6200.39217.3110030.59
Hex03B9C643E027d9641f
Octal0732341447604733114437
Binary0111011100111001100100111110010011111011001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,59,156); }

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

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

 a { background-color: rgb(0,59,156); }

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

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

 span { border-color: rgb(0,59,156); }

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