#38679B

Color #38679B Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #38679B

Tints of Lochmara #38679B

Color information

#38679B (or 0x38679B) is unknown color: approx Lochmara. HEX triplet: 38, 67 and 9B. RGB value is (56,103,155). Sum of RGB (Red+Green+Blue) = 56+103+155=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #38679B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38679B is #C79864. Grayscale: #5E5E5E. Windows color (decimal): -13080677 or 10184504. OLE color: 10184504.

HSL color Cylindrical-coordinate representation of color #38679B: hue angle of 211.52º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38679B is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB56103155-
CMYK0.640.3400.39
HSL211.52º46.92%41.37%-
HSV(B)211.52º63.87%60.78%-
XYZ12.412.9132.85-
YUV94.88161.93100.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.83%
GREEN value IS 103 (40.62% from 255) = 32.80%
BLUE value IS 155 (60.94% from 255) = 49.36%
R=17.83%
G=32.80%
B=49.36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal561031550.640.3400.39211.5246.9241.37
Hex38679B4022027d42f29
Octal70147233100420473245751
Binary1110001100111100110111000000100010010011111010100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38679B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38679B; }

 p { color: rgb(56,103,155); }

 H1.HeaderClassName
 {
   color: #38679B;
 }
 .AnyTagClassName
 {
   color: #38679B;
 }
</style>
background-color css

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

 a { background-color: rgb(56,103,155); }

 div.DivClassName
 {
   background-color: #38679B;
 }
 .BgClassName
 {
   background-color: #38679B;
 }
</style>
border-color css

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

 span { border-color: rgb(56,103,155); }

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