Html Css Color HEX #00358B Smalt

📋 copy color: '#00358B'

red 0 ◦ green 53 ◦ blue 139

#00358B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #00358B

Tints of Smalt #00358B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 53 (21.09% from 255) = 27.6%

 BLUE value IS 139 (54.69% from 255) = 72.4%

R = 0%
G = 27.6%
B = 72.4%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00358B (or 0x00358B) is known color: Smalt. HEX triplet: 00, 35 and 8B. RGB value is (0,53,139). Sum of RGB (Red+Green+Blue) = 0+53+139=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 139 (54.69% from 255 or 72.40% from 192); Max value from RGB is 139 - color contains mainly: blue. Hex color #00358B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00358B is #FFCA74. Grayscale: #2E2E2E. Windows color (decimal): -16763509 or 9123072. OLE color: 9123072.

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

Color convert

RGB 0 53 139 -
CMYK 1 0.62 0 0.45
HSL 217.12º 1% 0.27% -
HSV(B) 217.12º 1% 0.55% -
XYZ 5.93 4.41 24.96 -
YUV 46.96 179.94 94.51 -
System Red Green Blue C M Y K H S L
Decimal 0 53 139 1 0.62 0 0.45 217.12 1 0.27
Hex 0 35 8B 64 3E 0 2D D9 64 1B
Octal 0 65 213 144 76 0 55 331 144 33
Binary 0 110101 10001011 1100100 111110 0 101101 11011001 1100100 11011

Color Harmonies of #00358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00358B

Black with #00358B

Text Example


Text Example

White with #00358B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00358B; }

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

 H1.HeaderClassName
 {
   color: #00358B;
 }
 .AnyTagClassName
 {
   color: #00358B;
 }
</style>

background-color css

<style>
 a { background-color: #00358B; }

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

 div.DivClassName
 {
   background-color: #00358B;
 }
 .BgClassName
 {
   background-color: #00358B;
 }
</style>

border-color css

<style>
 span { border-color: #00358B; }

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

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