#00348F

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

Shades of Smalt #00348F

Tints of Smalt #00348F

Color information

#00348F (or 0x00348F) is unknown color: approx Smalt. HEX triplet: 00, 34 and 8F. RGB value is (0,52,143). Sum of RGB (Red+Green+Blue) = 0+52+143=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 143 (56.25% from 255 or 73.33% from 195); Max value from RGB is 143 - color contains mainly: blue. Hex color #00348F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00348F is #FFCB70. Grayscale: #2E2E2E. Windows color (decimal): -16763761 or 9384960. OLE color: 9384960.

HSL color Cylindrical-coordinate representation of color #00348F: hue angle of 218.18º 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 #00348F is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB052143-
CMYK10.6400.44
HSL218.18º100%28.04%-
HSV(B)218.18º100%56.08%-
XYZ6.194.4426.52-
YUV46.83182.2794.6-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 52 (20.70% from 255) = 26.67%
BLUE value IS 143 (56.25% from 255) = 73.33%
R=0%
G=26.67%
B=73.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal05214310.6400.44218.1810028.04
Hex0348F644002Cda641c
Octal06421714410005433214434
Binary01101001000111111001001000000010110011011010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00348F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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