#00359A

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

Shades of Smalt #00359A

Tints of Smalt #00359A

Color information

#00359A (or 0x00359A) is unknown color: approx Smalt. HEX triplet: 00, 35 and 9A. RGB value is (0,53,154). Sum of RGB (Red+Green+Blue) = 0+53+154=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 154 (60.55% from 255 or 74.40% from 207); Max value from RGB is 154 - color contains mainly: blue. Hex color #00359A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00359A is #FFCA65. Grayscale: #303030. Windows color (decimal): -16763494 or 10106112. OLE color: 10106112.

HSL color Cylindrical-coordinate representation of color #00359A: hue angle of 219.35º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00359A is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB053154-
CMYK10.6600.40
HSL219.35º100%30.2%-
HSV(B)219.35º100%60.39%-
XYZ7.114.8831.14-
YUV48.67187.4493.29-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 53 (21.09% from 255) = 25.60%
BLUE value IS 154 (60.55% from 255) = 74.40%
R=0%
G=25.60%
B=74.40%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal05315410.6600.40219.3510030.2
Hex0359A6442028db641e
Octal06523214410205033314436
Binary01101011001101011001001000010010100011011011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00359A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,53,154); }

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

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

 a { background-color: rgb(0,53,154); }

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

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

 span { border-color: rgb(0,53,154); }

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