#00348A

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

Shades of Smalt #00348A

Tints of Smalt #00348A

Color information

#00348A (or 0x00348A) is unknown color: approx Smalt. HEX triplet: 00, 34 and 8A. RGB value is (0,52,138). Sum of RGB (Red+Green+Blue) = 0+52+138=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 138 (54.30% from 255 or 72.63% from 190); Max value from RGB is 138 - color contains mainly: blue. Hex color #00348A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00348A is #FFCB75. Grayscale: #2D2D2D. Windows color (decimal): -16763766 or 9057280. OLE color: 9057280.

HSL color Cylindrical-coordinate representation of color #00348A: hue angle of 217.39º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00348A is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB052138-
CMYK10.6200.46
HSL217.39º100%27.06%-
HSV(B)217.39º100%54.12%-
XYZ5.824.2924.57-
YUV46.26179.7795.01-

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) = 27.37%
BLUE value IS 138 (54.30% from 255) = 72.63%
R=0%
G=27.37%
B=72.63%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal05213810.6200.46217.3910027.06
Hex0348A643E02Ed9641b
Octal0642121447605633114433
Binary0110100100010101100100111110010111011011001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00348A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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