Html Css Color HEX #387AA7 Lochmara

📋 copy color: '#387AA7'

red 56 ◦ green 122 ◦ blue 167

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

Shades of Lochmara #387AA7

Tints of Lochmara #387AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 48.41%

R = 16.23%
G = 35.36%
B = 48.41%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#387AA7 (or 0x387AA7) is known color: Lochmara. HEX triplet: 38, 7A and A7. RGB value is (56,122,167). Sum of RGB (Red+Green+Blue) = 56+122+167=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 167 (65.62% from 255 or 48.41% from 345); Max value from RGB is 167 - color contains mainly: blue. Hex color #387AA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387AA7 is #C78558. Grayscale: #6B6B6B. Windows color (decimal): -13075801 or 10975800. OLE color: 10975800.

HSL color Cylindrical-coordinate representation of color #387AA7: hue angle of 204.32º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #387AA7 is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 56 122 167 -
CMYK 0.66 0.27 0 0.35
HSL 204.32º 0.5% 0.44% -
HSV(B) 204.32º 0.66% 0.65% -
XYZ 15.57 17.55 39.13 -
YUV 107.4 161.63 91.34 -
System Red Green Blue C M Y K H S L
Decimal 56 122 167 0.66 0.27 0 0.35 204.32 0.5 0.44
Hex 38 7A A7 42 1B 0 23 CC 32 2C
Octal 70 172 247 102 33 0 43 314 62 54
Binary 111000 1111010 10100111 1000010 11011 0 100011 11001100 110010 101100

Color Harmonies of #387AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387AA7

Black with #387AA7

Text Example


Text Example

White with #387AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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