Html Css Color HEX #397698 Lochmara

📋 copy color: '#397698'

red 57 ◦ green 118 ◦ blue 152

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

Shades of Lochmara #397698

Tints of Lochmara #397698

RGB

 RED value IS 57 (22.66% from 255) = 17.43%

 GREEN value IS 118 (46.48% from 255) = 36.09%

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

R = 17.43%
G = 36.09%
B = 46.48%

CMYK

 C value IS 0.62

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#397698 (or 0x397698) is known color: Lochmara. HEX triplet: 39, 76 and 98. RGB value is (57,118,152). Sum of RGB (Red+Green+Blue) = 57+118+152=327 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.43% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 152 (59.77% from 255 or 46.48% from 327); Max value from RGB is 152 - color contains mainly: blue. Hex color #397698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397698 is #C68967. Grayscale: #676767. Windows color (decimal): -13011304 or 9991737. OLE color: 9991737.

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

Color convert

RGB 57 118 152 -
CMYK 0.62 0.22 0 0.40
HSL 201.47º 0.45% 0.41% -
HSV(B) 201.47º 0.63% 0.6% -
XYZ 13.83 16.09 32.08 -
YUV 103.64 155.29 94.74 -
System Red Green Blue C M Y K H S L
Decimal 57 118 152 0.62 0.22 0 0.40 201.47 0.45 0.41
Hex 39 76 98 3E 16 0 28 C9 2D 29
Octal 71 166 230 76 26 0 50 311 55 51
Binary 111001 1110110 10011000 111110 10110 0 101000 11001001 101101 101001

Color Harmonies of #397698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397698

Black with #397698

Text Example


Text Example

White with #397698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397698; }

 p { color: rgb(57,118,152); }

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

background-color css

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

 a { background-color: rgb(57,118,152); }

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

border-color css

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

 span { border-color: rgb(57,118,152); }

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