Html Css Color HEX #397598 Lochmara

📋 copy color: '#397598'

red 57 ◦ green 117 ◦ blue 152

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

Shades of Lochmara #397598

Tints of Lochmara #397598

RGB

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

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

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

R = 17.48%
G = 35.89%
B = 46.63%

CMYK

 C value IS 0.62

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#397598 (or 0x397598) is known color: Lochmara. HEX triplet: 39, 75 and 98. RGB value is (57,117,152). Sum of RGB (Red+Green+Blue) = 57+117+152=326 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.48% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 152 - color contains mainly: blue. Hex color #397598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397598 is #C68A67. Grayscale: #666666. Windows color (decimal): -13011560 or 9991481. OLE color: 9991481.

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

Color convert

RGB 57 117 152 -
CMYK 0.62 0.23 0 0.40
HSL 202.11º 0.45% 0.41% -
HSV(B) 202.11º 0.63% 0.6% -
XYZ 13.72 15.86 32.04 -
YUV 103.05 155.62 95.15 -
System Red Green Blue C M Y K H S L
Decimal 57 117 152 0.62 0.23 0 0.40 202.11 0.45 0.41
Hex 39 75 98 3E 17 0 28 CA 2D 29
Octal 71 165 230 76 27 0 50 312 55 51
Binary 111001 1110101 10011000 111110 10111 0 101000 11001010 101101 101001

Color Harmonies of #397598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397598

Black with #397598

Text Example


Text Example

White with #397598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397598; }

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

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

background-color css

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

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

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

border-color css

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

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

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