Html Css Color HEX #377598 Lochmara

📋 copy color: '#377598'

red 55 ◦ green 117 ◦ blue 152

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

Shades of Lochmara #377598

Tints of Lochmara #377598

RGB

 RED value IS 55 (21.88% from 255) = 16.98%

 GREEN value IS 117 (46.09% from 255) = 36.11%

 BLUE value IS 152 (59.77% from 255) = 46.91%

R = 16.98%
G = 36.11%
B = 46.91%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#377598 (or 0x377598) is known color: Lochmara. HEX triplet: 37, 75 and 98. RGB value is (55,117,152). Sum of RGB (Red+Green+Blue) = 55+117+152=324 (42% of max value = 765). Red value is 55 (21.88% from 255 or 16.98% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 152 - color contains mainly: blue. Hex color #377598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377598 is #C88A67. Grayscale: #666666. Windows color (decimal): -13142632 or 9991479. OLE color: 9991479.

HSL color Cylindrical-coordinate representation of color #377598: hue angle of 201.65º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #377598 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 55 117 152 -
CMYK 0.64 0.23 0 0.40
HSL 201.65º 0.47% 0.41% -
HSV(B) 201.65º 0.64% 0.6% -
XYZ 13.6 15.8 32.04 -
YUV 102.45 155.96 94.15 -
System Red Green Blue C M Y K H S L
Decimal 55 117 152 0.64 0.23 0 0.40 201.65 0.47 0.41
Hex 37 75 98 40 17 0 28 CA 2F 29
Octal 67 165 230 100 27 0 50 312 57 51
Binary 110111 1110101 10011000 1000000 10111 0 101000 11001010 101111 101001

Color Harmonies of #377598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377598

Black with #377598

Text Example


Text Example

White with #377598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377598; }

 p { color: rgb(55,117,152); }

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

background-color css

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

 a { background-color: rgb(55,117,152); }

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

border-color css

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

 span { border-color: rgb(55,117,152); }

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