Html Css Color HEX #377299 Lochmara

📋 copy color: '#377299'

red 55 ◦ green 114 ◦ blue 153

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

Shades of Lochmara #377299

Tints of Lochmara #377299

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.4%

 BLUE value IS 153 (60.16% from 255) = 47.52%

R = 17.08%
G = 35.4%
B = 47.52%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#377299 (or 0x377299) is known color: Lochmara. HEX triplet: 37, 72 and 99. RGB value is (55,114,153). Sum of RGB (Red+Green+Blue) = 55+114+153=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #377299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377299 is #C88D66. Grayscale: #646464. Windows color (decimal): -13143399 or 10056247. OLE color: 10056247.

HSL color Cylindrical-coordinate representation of color #377299: hue angle of 203.88º 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 #377299 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 55 114 153 -
CMYK 0.64 0.25 0 0.4
HSL 203.88º 0.47% 0.41% -
HSV(B) 203.88º 0.64% 0.6% -
XYZ 13.34 15.15 32.36 -
YUV 100.81 157.45 95.33 -
System Red Green Blue C M Y K H S L
Decimal 55 114 153 0.64 0.25 0 0.4 203.88 0.47 0.41
Hex 37 72 99 40 19 0 28 CC 2F 29
Octal 67 162 231 100 31 0 50 314 57 51
Binary 110111 1110010 10011001 1000000 11001 0 101000 11001100 101111 101001

Color Harmonies of #377299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377299

Black with #377299

Text Example


Text Example

White with #377299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377299; }

 p { color: rgb(55,114,153); }

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

background-color css

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

 a { background-color: rgb(55,114,153); }

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

border-color css

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

 span { border-color: rgb(55,114,153); }

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