Html Css Color HEX #386CAA Lochmara

📋 copy color: '#386CAA'

red 56 ◦ green 108 ◦ blue 170

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

Shades of Lochmara #386CAA

Tints of Lochmara #386CAA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.34%

 BLUE value IS 170 (66.8% from 255) = 50.9%

R = 16.77%
G = 32.34%
B = 50.9%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#386CAA (or 0x386CAA) is known color: Lochmara. HEX triplet: 38, 6C and AA. RGB value is (56,108,170). Sum of RGB (Red+Green+Blue) = 56+108+170=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #386CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386CAA is #C79355. Grayscale: #636363. Windows color (decimal): -13079382 or 11168824. OLE color: 11168824.

HSL color Cylindrical-coordinate representation of color #386CAA: hue angle of 212.63º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #386CAA is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 108 170 -
CMYK 0.67 0.36 0 0.33
HSL 212.63º 0.5% 0.44% -
HSV(B) 212.63º 0.67% 0.67% -
XYZ 14.25 14.47 40.07 -
YUV 99.52 167.77 96.96 -
System Red Green Blue C M Y K H S L
Decimal 56 108 170 0.67 0.36 0 0.33 212.63 0.5 0.44
Hex 38 6C AA 43 24 0 21 D5 32 2C
Octal 70 154 252 103 44 0 41 325 62 54
Binary 111000 1101100 10101010 1000011 100100 0 100001 11010101 110010 101100

Color Harmonies of #386CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386CAA

Black with #386CAA

Text Example


Text Example

White with #386CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386CAA; }

 p { color: rgb(56,108,170); }

 H1.HeaderClassName
 {
   color: #386CAA;
 }
 .AnyTagClassName
 {
   color: #386CAA;
 }
</style>

background-color css

<style>
 a { background-color: #386CAA; }

 a { background-color: rgb(56,108,170); }

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

border-color css

<style>
 span { border-color: #386CAA; }

 span { border-color: rgb(56,108,170); }

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