Html Css Color HEX #386698 Lochmara

📋 copy color: '#386698'

red 56 ◦ green 102 ◦ blue 152

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

Shades of Lochmara #386698

Tints of Lochmara #386698

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.9%

 BLUE value IS 152 (59.77% from 255) = 49.03%

R = 18.06%
G = 32.9%
B = 49.03%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#386698 (or 0x386698) is known color: Lochmara. HEX triplet: 38, 66 and 98. RGB value is (56,102,152). Sum of RGB (Red+Green+Blue) = 56+102+152=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 152 (59.77% from 255 or 49.03% from 310); Max value from RGB is 152 - color contains mainly: blue. Hex color #386698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386698 is #C79967. Grayscale: #5D5D5D. Windows color (decimal): -13080936 or 9987640. OLE color: 9987640.

HSL color Cylindrical-coordinate representation of color #386698: hue angle of 211.25º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #386698 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 102 152 -
CMYK 0.63 0.33 0 0.40
HSL 211.25º 0.46% 0.41% -
HSV(B) 211.25º 0.63% 0.6% -
XYZ 12.05 12.61 31.5 -
YUV 93.95 160.76 100.93 -
System Red Green Blue C M Y K H S L
Decimal 56 102 152 0.63 0.33 0 0.40 211.25 0.46 0.41
Hex 38 66 98 3F 21 0 28 D3 2E 29
Octal 70 146 230 77 41 0 50 323 56 51
Binary 111000 1100110 10011000 111111 100001 0 101000 11010011 101110 101001

Color Harmonies of #386698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386698

Black with #386698

Text Example


Text Example

White with #386698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386698; }

 p { color: rgb(56,102,152); }

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

background-color css

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

 a { background-color: rgb(56,102,152); }

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

border-color css

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

 span { border-color: rgb(56,102,152); }

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