Html Css Color HEX #00378E Smalt

📋 copy color: '#00378E'

red 0 ◦ green 55 ◦ blue 142

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

Shades of Smalt #00378E

Tints of Smalt #00378E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.92%

 BLUE value IS 142 (55.86% from 255) = 72.08%

R = 0%
G = 27.92%
B = 72.08%

CMYK

 C value IS 1

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#00378E (or 0x00378E) is known color: Smalt. HEX triplet: 00, 37 and 8E. RGB value is (0,55,142). Sum of RGB (Red+Green+Blue) = 0+55+142=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 142 (55.86% from 255 or 72.08% from 197); Max value from RGB is 142 - color contains mainly: blue. Hex color #00378E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00378E is #FFC871. Grayscale: #303030. Windows color (decimal): -16762994 or 9320192. OLE color: 9320192.

HSL color Cylindrical-coordinate representation of color #00378E: hue angle of 216.76º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00378E is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 55 142 -
CMYK 1 0.61 0 0.44
HSL 216.76º 1% 0.28% -
HSV(B) 216.76º 1% 0.56% -
XYZ 6.25 4.69 26.17 -
YUV 48.47 180.78 93.43 -
System Red Green Blue C M Y K H S L
Decimal 0 55 142 1 0.61 0 0.44 216.76 1 0.28
Hex 0 37 8E 64 3D 0 2C D9 64 1C
Octal 0 67 216 144 75 0 54 331 144 34
Binary 0 110111 10001110 1100100 111101 0 101100 11011001 1100100 11100

Color Harmonies of #00378E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00378E

Black with #00378E

Text Example


Text Example

White with #00378E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00378E; }

 p { color: rgb(0,55,142); }

 H1.HeaderClassName
 {
   color: #00378E;
 }
 .AnyTagClassName
 {
   color: #00378E;
 }
</style>

background-color css

<style>
 a { background-color: #00378E; }

 a { background-color: rgb(0,55,142); }

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

border-color css

<style>
 span { border-color: #00378E; }

 span { border-color: rgb(0,55,142); }

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