Html Css Color HEX #386FAF Lochmara

📋 copy color: '#386FAF'

red 56 ◦ green 111 ◦ blue 175

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

Shades of Lochmara #386FAF

Tints of Lochmara #386FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 51.17%

R = 16.37%
G = 32.46%
B = 51.17%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#386FAF (or 0x386FAF) is known color: Lochmara. HEX triplet: 38, 6F and AF. RGB value is (56,111,175). Sum of RGB (Red+Green+Blue) = 56+111+175=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #386FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386FAF is #C79050. Grayscale: #656565. Windows color (decimal): -13078609 or 11497272. OLE color: 11497272.

HSL color Cylindrical-coordinate representation of color #386FAF: hue angle of 212.27º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #386FAF is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 111 175 -
CMYK 0.68 0.37 0 0.31
HSL 212.27º 0.52% 0.45% -
HSV(B) 212.27º 0.68% 0.69% -
XYZ 15.05 15.3 42.72 -
YUV 101.85 169.28 95.3 -
System Red Green Blue C M Y K H S L
Decimal 56 111 175 0.68 0.37 0 0.31 212.27 0.52 0.45
Hex 38 6F AF 44 25 0 1F D4 34 2D
Octal 70 157 257 104 45 0 37 324 64 55
Binary 111000 1101111 10101111 1000100 100101 0 11111 11010100 110100 101101

Color Harmonies of #386FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386FAF

Black with #386FAF

Text Example


Text Example

White with #386FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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