Html Css Color HEX #397098 Lochmara

📋 copy color: '#397098'

red 57 ◦ green 112 ◦ blue 152

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

Shades of Lochmara #397098

Tints of Lochmara #397098

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.89%

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

R = 17.76%
G = 34.89%
B = 47.35%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#397098 (or 0x397098) is known color: Lochmara. HEX triplet: 39, 70 and 98. RGB value is (57,112,152). Sum of RGB (Red+Green+Blue) = 57+112+152=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 152 - color contains mainly: blue. Hex color #397098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397098 is #C68F67. Grayscale: #636363. Windows color (decimal): -13012840 or 9990201. OLE color: 9990201.

HSL color Cylindrical-coordinate representation of color #397098: hue angle of 205.26º 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 #397098 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 57 112 152 -
CMYK 0.62 0.26 0 0.40
HSL 205.26º 0.45% 0.41% -
HSV(B) 205.26º 0.63% 0.6% -
XYZ 13.15 14.73 31.85 -
YUV 100.12 157.28 97.25 -
System Red Green Blue C M Y K H S L
Decimal 57 112 152 0.62 0.26 0 0.40 205.26 0.45 0.41
Hex 39 70 98 3E 1A 0 28 CD 2D 29
Octal 71 160 230 76 32 0 50 315 55 51
Binary 111001 1110000 10011000 111110 11010 0 101000 11001101 101101 101001

Color Harmonies of #397098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397098

Black with #397098

Text Example


Text Example

White with #397098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397098; }

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

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

background-color css

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

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

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

border-color css

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

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

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