Html Css Color HEX #387199 Lochmara

📋 copy color: '#387199'

red 56 ◦ green 113 ◦ blue 153

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

Shades of Lochmara #387199

Tints of Lochmara #387199

RGB

 RED value IS 56 (22.27% from 255) = 17.39%

 GREEN value IS 113 (44.53% from 255) = 35.09%

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

R = 17.39%
G = 35.09%
B = 47.52%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#387199 (or 0x387199) is known color: Lochmara. HEX triplet: 38, 71 and 99. RGB value is (56,113,153). Sum of RGB (Red+Green+Blue) = 56+113+153=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 113 (44.53% from 255 or 35.09% 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 #387199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387199 is #C78E66. Grayscale: #646464. Windows color (decimal): -13078119 or 10055992. OLE color: 10055992.

HSL color Cylindrical-coordinate representation of color #387199: hue angle of 204.74º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #387199 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 113 153 -
CMYK 0.63 0.26 0 0.4
HSL 204.74º 0.46% 0.41% -
HSV(B) 204.74º 0.63% 0.6% -
XYZ 13.29 14.95 32.32 -
YUV 100.52 157.62 96.25 -
System Red Green Blue C M Y K H S L
Decimal 56 113 153 0.63 0.26 0 0.4 204.74 0.46 0.41
Hex 38 71 99 3F 1A 0 28 CD 2E 29
Octal 70 161 231 77 32 0 50 315 56 51
Binary 111000 1110001 10011001 111111 11010 0 101000 11001101 101110 101001

Color Harmonies of #387199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387199

Black with #387199

Text Example


Text Example

White with #387199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387199; }

 p { color: rgb(56,113,153); }

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

background-color css

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

 a { background-color: rgb(56,113,153); }

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

border-color css

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

 span { border-color: rgb(56,113,153); }

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