#00368F

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

Shades of Smalt #00368F

Tints of Smalt #00368F

Color information

#00368F (or 0x00368F) is unknown color: approx Smalt. HEX triplet: 00, 36 and 8F. RGB value is (0,54,143). Sum of RGB (Red+Green+Blue) = 0+54+143=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 143 (56.25% from 255 or 72.59% from 197); Max value from RGB is 143 - color contains mainly: blue. Hex color #00368F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00368F is #FFC970. Grayscale: #2F2F2F. Windows color (decimal): -16763249 or 9385472. OLE color: 9385472.

HSL color Cylindrical-coordinate representation of color #00368F: hue angle of 217.34º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00368F is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB054143-
CMYK10.6200.44
HSL217.34º100%28.04%-
HSV(B)217.34º100%56.08%-
XYZ6.284.6226.55-
YUV48181.6193.76-

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) = 27.41%
BLUE value IS 143 (56.25% from 255) = 72.59%
R=0%
G=27.41%
B=72.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal05414310.6200.44217.3410028.04
Hex0368F643E02Cd9641c
Octal0662171447605433114434
Binary0110110100011111100100111110010110011011001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00368F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00368F; }

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

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

<style>
 a { background-color: #00368F; }

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

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

<style>
 span { border-color: #00368F; }

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

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