Html Css Color HEX #387FA2 Lochmara

📋 copy color: '#387FA2'

red 56 ◦ green 127 ◦ blue 162

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

Shades of Lochmara #387FA2

Tints of Lochmara #387FA2

RGB

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

 GREEN value IS 127 (50% from 255) = 36.81%

 BLUE value IS 162 (63.67% from 255) = 46.96%

R = 16.23%
G = 36.81%
B = 46.96%

CMYK

 C value IS 0.65

 M value IS 0.22

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#387FA2 (or 0x387FA2) is known color: Lochmara. HEX triplet: 38, 7F and A2. RGB value is (56,127,162). Sum of RGB (Red+Green+Blue) = 56+127+162=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 162 (63.67% from 255 or 46.96% from 345); Max value from RGB is 162 - color contains mainly: blue. Hex color #387FA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387FA2 is #C7805D. Grayscale: #6D6D6D. Windows color (decimal): -13074526 or 10649400. OLE color: 10649400.

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

Color convert

RGB 56 127 162 -
CMYK 0.65 0.22 0 0.36
HSL 199.81º 0.49% 0.43% -
HSV(B) 199.81º 0.65% 0.64% -
XYZ 15.74 18.63 36.95 -
YUV 109.76 157.48 89.65 -
System Red Green Blue C M Y K H S L
Decimal 56 127 162 0.65 0.22 0 0.36 199.81 0.49 0.43
Hex 38 7F A2 41 16 0 24 C8 31 2B
Octal 70 177 242 101 26 0 44 310 61 53
Binary 111000 1111111 10100010 1000001 10110 0 100100 11001000 110001 101011

Color Harmonies of #387FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387FA2

Black with #387FA2

Text Example


Text Example

White with #387FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,127,162); }

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

background-color css

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

 a { background-color: rgb(56,127,162); }

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

border-color css

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

 span { border-color: rgb(56,127,162); }

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