Html Css Color HEX #386592 Lochmara

📋 copy color: '#386592'

red 56 ◦ green 101 ◦ blue 146

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

Shades of Lochmara #386592

Tints of Lochmara #386592

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.33%

 BLUE value IS 146 (57.42% from 255) = 48.18%

R = 18.48%
G = 33.33%
B = 48.18%

CMYK

 C value IS 0.62

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#386592 (or 0x386592) is known color: Lochmara. HEX triplet: 38, 65 and 92. RGB value is (56,101,146). Sum of RGB (Red+Green+Blue) = 56+101+146=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 146 - color contains mainly: blue. Hex color #386592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386592 is #C79A6D. Grayscale: #5C5C5C. Windows color (decimal): -13081198 or 9594168. OLE color: 9594168.

HSL color Cylindrical-coordinate representation of color #386592: hue angle of 210º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #386592 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 101 146 -
CMYK 0.62 0.31 0 0.43
HSL 210º 0.45% 0.4% -
HSV(B) 210º 0.62% 0.57% -
XYZ 11.47 12.22 28.95 -
YUV 92.68 158.09 101.84 -
System Red Green Blue C M Y K H S L
Decimal 56 101 146 0.62 0.31 0 0.43 210 0.45 0.4
Hex 38 65 92 3E 1F 0 2B D2 2D 28
Octal 70 145 222 76 37 0 53 322 55 50
Binary 111000 1100101 10010010 111110 11111 0 101011 11010010 101101 101000

Color Harmonies of #386592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386592

Black with #386592

Text Example


Text Example

White with #386592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386592; }

 p { color: rgb(56,101,146); }

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

background-color css

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

 a { background-color: rgb(56,101,146); }

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

border-color css

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

 span { border-color: rgb(56,101,146); }

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