Html Css Color HEX #387EA4 Lochmara

📋 copy color: '#387EA4'

red 56 ◦ green 126 ◦ blue 164

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

Shades of Lochmara #387EA4

Tints of Lochmara #387EA4

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.42%

 BLUE value IS 164 (64.45% from 255) = 47.4%

R = 16.18%
G = 36.42%
B = 47.4%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#387EA4 (or 0x387EA4) is known color: Lochmara. HEX triplet: 38, 7E and A4. RGB value is (56,126,164). Sum of RGB (Red+Green+Blue) = 56+126+164=346 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.18% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 164 (64.45% from 255 or 47.40% from 346); Max value from RGB is 164 - color contains mainly: blue. Hex color #387EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387EA4 is #C7815B. Grayscale: #6D6D6D. Windows color (decimal): -13074780 or 10780216. OLE color: 10780216.

HSL color Cylindrical-coordinate representation of color #387EA4: hue angle of 201.11º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #387EA4 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 56 126 164 -
CMYK 0.66 0.23 0 0.36
HSL 201.11º 0.49% 0.43% -
HSV(B) 201.11º 0.66% 0.64% -
XYZ 15.79 18.44 37.85 -
YUV 109.4 158.81 89.91 -
System Red Green Blue C M Y K H S L
Decimal 56 126 164 0.66 0.23 0 0.36 201.11 0.49 0.43
Hex 38 7E A4 42 17 0 24 C9 31 2B
Octal 70 176 244 102 27 0 44 311 61 53
Binary 111000 1111110 10100100 1000010 10111 0 100100 11001001 110001 101011

Color Harmonies of #387EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387EA4

Black with #387EA4

Text Example


Text Example

White with #387EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,126,164); }

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

background-color css

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

 a { background-color: rgb(56,126,164); }

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

border-color css

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

 span { border-color: rgb(56,126,164); }

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