Html Css Color HEX #387C9F Lochmara

📋 copy color: '#387C9F'

red 56 ◦ green 124 ◦ blue 159

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

Shades of Lochmara #387C9F

Tints of Lochmara #387C9F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.58%

 BLUE value IS 159 (62.5% from 255) = 46.9%

R = 16.52%
G = 36.58%
B = 46.9%

CMYK

 C value IS 0.65

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#387C9F (or 0x387C9F) is known color: Lochmara. HEX triplet: 38, 7C and 9F. RGB value is (56,124,159). Sum of RGB (Red+Green+Blue) = 56+124+159=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 159 - color contains mainly: blue. Hex color #387C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387C9F is #C78360. Grayscale: #6B6B6B. Windows color (decimal): -13075297 or 10452024. OLE color: 10452024.

HSL color Cylindrical-coordinate representation of color #387C9F: hue angle of 200.39º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #387C9F is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 124 159 -
CMYK 0.65 0.22 0 0.38
HSL 200.39º 0.48% 0.42% -
HSV(B) 200.39º 0.65% 0.62% -
XYZ 15.1 17.76 35.43 -
YUV 107.66 156.97 91.15 -
System Red Green Blue C M Y K H S L
Decimal 56 124 159 0.65 0.22 0 0.38 200.39 0.48 0.42
Hex 38 7C 9F 41 16 0 26 C8 30 2A
Octal 70 174 237 101 26 0 46 310 60 52
Binary 111000 1111100 10011111 1000001 10110 0 100110 11001000 110000 101010

Color Harmonies of #387C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387C9F

Black with #387C9F

Text Example


Text Example

White with #387C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387C9F; }

 p { color: rgb(56,124,159); }

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

background-color css

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

 a { background-color: rgb(56,124,159); }

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

border-color css

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

 span { border-color: rgb(56,124,159); }

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