#003F92

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

Shades of Smalt #003F92

Tints of Smalt #003F92

Color information

#003F92 (or 0x003F92) is unknown color: approx Smalt. HEX triplet: 00, 3F and 92. RGB value is (0,63,146). Sum of RGB (Red+Green+Blue) = 0+63+146=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 146 (57.42% from 255 or 69.86% from 209); Max value from RGB is 146 - color contains mainly: blue. Hex color #003F92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003F92 is #FFC06D. Grayscale: #353535. Windows color (decimal): -16760942 or 9584384. OLE color: 9584384.

HSL color Cylindrical-coordinate representation of color #003F92: hue angle of 214.11º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F92 is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB063146-
CMYK10.5700.43
HSL214.11º100%28.63%-
HSV(B)214.11º100%57.25%-
XYZ6.975.6327.91-
YUV53.62180.1389.75-

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) = 30.14%
BLUE value IS 146 (57.42% from 255) = 69.86%
R=0%
G=30.14%
B=69.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal06314610.5700.43214.1110028.63
Hex03F92643902Bd6641d
Octal0772221447105332614435
Binary0111111100100101100100111001010101111010110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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