#38789D

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

Shades of Lochmara #38789D

Tints of Lochmara #38789D

Color information

#38789D (or 0x38789D) is unknown color: approx Lochmara. HEX triplet: 38, 78 and 9D. RGB value is (56,120,157). Sum of RGB (Red+Green+Blue) = 56+120+157=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #38789D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38789D is #C78762. Grayscale: #686868. Windows color (decimal): -13076323 or 10319928. OLE color: 10319928.

HSL color Cylindrical-coordinate representation of color #38789D: hue angle of 201.98º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38789D is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB56120157-
CMYK0.640.2400.38
HSL201.98º47.42%41.76%-
HSV(B)201.98º64.33%61.57%-
XYZ14.4316.7134.36-
YUV105.08157.392.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.82%
GREEN value IS 120 (47.27% from 255) = 36.04%
BLUE value IS 157 (61.72% from 255) = 47.15%
R=16.82%
G=36.04%
B=47.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561201570.640.2400.38201.9847.4241.76
Hex38789D4018026ca2f2a
Octal70170235100300463125752
Binary111000111100010011101100000011000010011011001010101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38789D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38789D; }

 p { color: rgb(56,120,157); }

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

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

 a { background-color: rgb(56,120,157); }

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

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

 span { border-color: rgb(56,120,157); }

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