Html Css Color HEX #387A9F Lochmara

📋 copy color: '#387A9F'

red 56 ◦ green 122 ◦ blue 159

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

Shades of Lochmara #387A9F

Tints of Lochmara #387A9F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.2%

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

R = 16.62%
G = 36.2%
B = 47.18%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#387A9F (or 0x387A9F) is known color: Lochmara. HEX triplet: 38, 7A and 9F. RGB value is (56,122,159). Sum of RGB (Red+Green+Blue) = 56+122+159=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 159 - color contains mainly: blue. Hex color #387A9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387A9F is #C78560. Grayscale: #6A6A6A. Windows color (decimal): -13075809 or 10451512. OLE color: 10451512.

HSL color Cylindrical-coordinate representation of color #387A9F: hue angle of 201.55º 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 #387A9F is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 122 159 -
CMYK 0.65 0.23 0 0.38
HSL 201.55º 0.48% 0.42% -
HSV(B) 201.55º 0.65% 0.62% -
XYZ 14.85 17.26 35.35 -
YUV 106.48 157.63 91.99 -
System Red Green Blue C M Y K H S L
Decimal 56 122 159 0.65 0.23 0 0.38 201.55 0.48 0.42
Hex 38 7A 9F 41 17 0 26 CA 30 2A
Octal 70 172 237 101 27 0 46 312 60 52
Binary 111000 1111010 10011111 1000001 10111 0 100110 11001010 110000 101010

Color Harmonies of #387A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387A9F

Black with #387A9F

Text Example


Text Example

White with #387A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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