#00369E

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

Shades of Smalt #00369E

Tints of Smalt #00369E

Color information

#00369E (or 0x00369E) is unknown color: approx Smalt. HEX triplet: 00, 36 and 9E. RGB value is (0,54,158). Sum of RGB (Red+Green+Blue) = 0+54+158=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 158 (62.11% from 255 or 74.53% from 212); Max value from RGB is 158 - color contains mainly: blue. Hex color #00369E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00369E is #FFC961. Grayscale: #313131. Windows color (decimal): -16763234 or 10368512. OLE color: 10368512.

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

Color convert

RGB054158-
CMYK10.6600.38
HSL219.49º100%30.98%-
HSV(B)219.49º100%61.96%-
XYZ7.495.1132.94-
YUV49.71189.1192.54-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 54 (21.48% from 255) = 25.47%
BLUE value IS 158 (62.11% from 255) = 74.53%
R=0%
G=25.47%
B=74.53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal05415810.6600.38219.4910030.98
Hex0369E6442026db641f
Octal06623614410204633314437
Binary01101101001111011001001000010010011011011011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00369E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00369E; }

 p { color: rgb(0,54,158); }

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

<style>
 a { background-color: #00369E; }

 a { background-color: rgb(0,54,158); }

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

<style>
 span { border-color: #00369E; }

 span { border-color: rgb(0,54,158); }

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