#06348A

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

Shades of Smalt #06348A

Tints of Smalt #06348A

Color information

#06348A (or 0x06348A) is unknown color: approx Smalt. HEX triplet: 06, 34 and 8A. RGB value is (6,52,138). Sum of RGB (Red+Green+Blue) = 6+52+138=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 138 (54.30% from 255 or 70.41% from 196); Max value from RGB is 138 - color contains mainly: blue. Hex color #06348A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06348A is #F9CB75. Grayscale: #2F2F2F. Windows color (decimal): -16370550 or 9057286. OLE color: 9057286.

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

Color convert

RGB652138-
CMYK0.960.6200.46
HSL219.09º91.67%28.24%-
HSV(B)219.09º95.65%54.12%-
XYZ5.894.3324.57-
YUV48.05178.7698.01-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.06%
GREEN value IS 52 (20.70% from 255) = 26.53%
BLUE value IS 138 (54.30% from 255) = 70.41%
R=3.06%
G=26.53%
B=70.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6521380.960.6200.46219.0991.6728.24
Hex6348A603E02Edb5c1c
Octal6642121407605633313434
Binary110110100100010101100000111110010111011011011101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06348A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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