Html Css Color HEX #386AAA Lochmara

📋 copy color: '#386AAA'

red 56 ◦ green 106 ◦ blue 170

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

Shades of Lochmara #386AAA

Tints of Lochmara #386AAA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.93%

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

R = 16.87%
G = 31.93%
B = 51.2%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#386AAA (or 0x386AAA) is known color: Lochmara. HEX triplet: 38, 6A and AA. RGB value is (56,106,170). Sum of RGB (Red+Green+Blue) = 56+106+170=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #386AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386AAA is #C79555. Grayscale: #626262. Windows color (decimal): -13079894 or 11168312. OLE color: 11168312.

HSL color Cylindrical-coordinate representation of color #386AAA: hue angle of 213.68º 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 #386AAA is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 106 170 -
CMYK 0.67 0.38 0 0.33
HSL 213.68º 0.5% 0.44% -
HSV(B) 213.68º 0.67% 0.67% -
XYZ 14.04 14.05 40 -
YUV 98.35 168.44 97.8 -
System Red Green Blue C M Y K H S L
Decimal 56 106 170 0.67 0.38 0 0.33 213.68 0.5 0.44
Hex 38 6A AA 43 26 0 21 D6 32 2C
Octal 70 152 252 103 46 0 41 326 62 54
Binary 111000 1101010 10101010 1000011 100110 0 100001 11010110 110010 101100

Color Harmonies of #386AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386AAA

Black with #386AAA

Text Example


Text Example

White with #386AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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