Html Css Color HEX #387BA2 Lochmara

📋 copy color: '#387BA2'

red 56 ◦ green 123 ◦ blue 162

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

Shades of Lochmara #387BA2

Tints of Lochmara #387BA2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.07%

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

R = 16.42%
G = 36.07%
B = 47.51%

CMYK

 C value IS 0.65

 M value IS 0.24

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#387BA2 (or 0x387BA2) is known color: Lochmara. HEX triplet: 38, 7B and A2. RGB value is (56,123,162). Sum of RGB (Red+Green+Blue) = 56+123+162=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 162 (63.67% from 255 or 47.51% from 341); Max value from RGB is 162 - color contains mainly: blue. Hex color #387BA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387BA2 is #C7845D. Grayscale: #6B6B6B. Windows color (decimal): -13075550 or 10648376. OLE color: 10648376.

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

Color convert

RGB 56 123 162 -
CMYK 0.65 0.24 0 0.36
HSL 202.08º 0.49% 0.43% -
HSV(B) 202.08º 0.65% 0.64% -
XYZ 15.24 17.62 36.78 -
YUV 107.41 158.8 91.33 -
System Red Green Blue C M Y K H S L
Decimal 56 123 162 0.65 0.24 0 0.36 202.08 0.49 0.43
Hex 38 7B A2 41 18 0 24 CA 31 2B
Octal 70 173 242 101 30 0 44 312 61 53
Binary 111000 1111011 10100010 1000001 11000 0 100100 11001010 110001 101011

Color Harmonies of #387BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387BA2

Black with #387BA2

Text Example


Text Example

White with #387BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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