Html Css Color HEX #387DA2 Lochmara

📋 copy color: '#387DA2'

red 56 ◦ green 125 ◦ blue 162

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

Shades of Lochmara #387DA2

Tints of Lochmara #387DA2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.44%

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

R = 16.33%
G = 36.44%
B = 47.23%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#387DA2 (or 0x387DA2) is known color: Lochmara. HEX triplet: 38, 7D and A2. RGB value is (56,125,162). Sum of RGB (Red+Green+Blue) = 56+125+162=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 125 (49.22% from 255 or 36.44% from 343); Blue value is 162 (63.67% from 255 or 47.23% from 343); Max value from RGB is 162 - color contains mainly: blue. Hex color #387DA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387DA2 is #C7825D. Grayscale: #6C6C6C. Windows color (decimal): -13075038 or 10648888. OLE color: 10648888.

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

Color convert

RGB 56 125 162 -
CMYK 0.65 0.23 0 0.36
HSL 200.94º 0.49% 0.43% -
HSV(B) 200.94º 0.65% 0.64% -
XYZ 15.49 18.12 36.86 -
YUV 108.59 158.14 90.49 -
System Red Green Blue C M Y K H S L
Decimal 56 125 162 0.65 0.23 0 0.36 200.94 0.49 0.43
Hex 38 7D A2 41 17 0 24 C9 31 2B
Octal 70 175 242 101 27 0 44 311 61 53
Binary 111000 1111101 10100010 1000001 10111 0 100100 11001001 110001 101011

Color Harmonies of #387DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387DA2

Black with #387DA2

Text Example


Text Example

White with #387DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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