Html Css Color HEX #386FA8 Lochmara

📋 copy color: '#386FA8'

red 56 ◦ green 111 ◦ blue 168

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

Shades of Lochmara #386FA8

Tints of Lochmara #386FA8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.13%

 BLUE value IS 168 (66.02% from 255) = 50.15%

R = 16.72%
G = 33.13%
B = 50.15%

CMYK

 C value IS 0.67

 M value IS 0.34

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#386FA8 (or 0x386FA8) is known color: Lochmara. HEX triplet: 38, 6F and A8. RGB value is (56,111,168). Sum of RGB (Red+Green+Blue) = 56+111+168=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 168 (66.02% from 255 or 50.15% from 335); Max value from RGB is 168 - color contains mainly: blue. Hex color #386FA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386FA8 is #C79057. Grayscale: #646464. Windows color (decimal): -13078616 or 11038520. OLE color: 11038520.

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

Color convert

RGB 56 111 168 -
CMYK 0.67 0.34 0 0.34
HSL 210.54º 0.5% 0.44% -
HSV(B) 210.54º 0.67% 0.66% -
XYZ 14.38 15.04 39.19 -
YUV 101.05 165.78 95.87 -
System Red Green Blue C M Y K H S L
Decimal 56 111 168 0.67 0.34 0 0.34 210.54 0.5 0.44
Hex 38 6F A8 43 22 0 22 D3 32 2C
Octal 70 157 250 103 42 0 42 323 62 54
Binary 111000 1101111 10101000 1000011 100010 0 100010 11010011 110010 101100

Color Harmonies of #386FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386FA8

Black with #386FA8

Text Example


Text Example

White with #386FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,111,168); }

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

background-color css

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

 a { background-color: rgb(56,111,168); }

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

border-color css

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

 span { border-color: rgb(56,111,168); }

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