Html Css Color HEX #397398 Lochmara

📋 copy color: '#397398'

red 57 ◦ green 115 ◦ blue 152

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

Shades of Lochmara #397398

Tints of Lochmara #397398

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.49%

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

R = 17.59%
G = 35.49%
B = 46.91%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#397398 (or 0x397398) is known color: Lochmara. HEX triplet: 39, 73 and 98. RGB value is (57,115,152). Sum of RGB (Red+Green+Blue) = 57+115+152=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 115 (45.31% from 255 or 35.49% 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 #397398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397398 is #C68C67. Grayscale: #656565. Windows color (decimal): -13012072 or 9990969. OLE color: 9990969.

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

Color convert

RGB 57 115 152 -
CMYK 0.62 0.24 0 0.40
HSL 203.37º 0.45% 0.41% -
HSV(B) 203.37º 0.63% 0.6% -
XYZ 13.49 15.4 31.97 -
YUV 101.88 156.28 95.99 -
System Red Green Blue C M Y K H S L
Decimal 57 115 152 0.62 0.24 0 0.40 203.37 0.45 0.41
Hex 39 73 98 3E 18 0 28 CB 2D 29
Octal 71 163 230 76 30 0 50 313 55 51
Binary 111001 1110011 10011000 111110 11000 0 101000 11001011 101101 101001

Color Harmonies of #397398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397398

Black with #397398

Text Example


Text Example

White with #397398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397398; }

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

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

background-color css

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

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

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

border-color css

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

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

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