Html Css Color HEX #00374E Sherpa Blue

📋 copy color: '#00374E'

red 0 ◦ green 55 ◦ blue 78

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

Shades of Sherpa Blue #00374E

Tints of Sherpa Blue #00374E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 58.65%

R = 0%
G = 41.35%
B = 58.65%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#00374E (or 0x00374E) is known color: Sherpa Blue. HEX triplet: 00, 37 and 4E. RGB value is (0,55,78). Sum of RGB (Red+Green+Blue) = 0+55+78=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 55 (21.88% from 255 or 41.35% from 133); Blue value is 78 (30.86% from 255 or 58.65% from 133); Max value from RGB is 78 - color contains mainly: blue. Hex color #00374E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00374E is #FFC8B1. Grayscale: #292929. Windows color (decimal): -16763058 or 5125888. OLE color: 5125888.

HSL color Cylindrical-coordinate representation of color #00374E: hue angle of 197.69º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00374E is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 55 78 -
CMYK 1 0.29 0 0.69
HSL 197.69º 1% 0.15% -
HSV(B) 197.69º 1% 0.31% -
XYZ 2.74 3.28 7.7 -
YUV 41.18 148.78 98.63 -
System Red Green Blue C M Y K H S L
Decimal 0 55 78 1 0.29 0 0.69 197.69 1 0.15
Hex 0 37 4E 64 1D 0 45 C6 64 F
Octal 0 67 116 144 35 0 105 306 144 17
Binary 0 110111 1001110 1100100 11101 0 1000101 11000110 1100100 1111

Color Harmonies of #00374E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00374E

Black with #00374E

Text Example


Text Example

White with #00374E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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