Html Css Color HEX #00358C Smalt

📋 copy color: '#00358C'

red 0 ◦ green 53 ◦ blue 140

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

Shades of Smalt #00358C

Tints of Smalt #00358C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 72.54%

R = 0%
G = 27.46%
B = 72.54%

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

#00358C (or 0x00358C) is known color: Smalt. HEX triplet: 00, 35 and 8C. RGB value is (0,53,140). Sum of RGB (Red+Green+Blue) = 0+53+140=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 140 (55.08% from 255 or 72.54% from 193); Max value from RGB is 140 - color contains mainly: blue. Hex color #00358C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00358C is #FFCA73. Grayscale: #2E2E2E. Windows color (decimal): -16763508 or 9188608. OLE color: 9188608.

HSL color Cylindrical-coordinate representation of color #00358C: hue angle of 217.29º 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 #00358C is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 53 140 -
CMYK 1 0.62 0 0.45
HSL 217.29º 1% 0.27% -
HSV(B) 217.29º 1% 0.55% -
XYZ 6.01 4.44 25.35 -
YUV 47.07 180.44 94.43 -
System Red Green Blue C M Y K H S L
Decimal 0 53 140 1 0.62 0 0.45 217.29 1 0.27
Hex 0 35 8C 64 3E 0 2D D9 64 1B
Octal 0 65 214 144 76 0 55 331 144 33
Binary 0 110101 10001100 1100100 111110 0 101101 11011001 1100100 11011

Color Harmonies of #00358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00358C

Black with #00358C

Text Example


Text Example

White with #00358C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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