#38779B

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

Shades of Lochmara #38779B

Tints of Lochmara #38779B

Color information

#38779B (or 0x38779B) is unknown color: approx Lochmara. HEX triplet: 38, 77 and 9B. RGB value is (56,119,155). Sum of RGB (Red+Green+Blue) = 56+119+155=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #38779B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38779B is #C78864. Grayscale: #686868. Windows color (decimal): -13076581 or 10188600. OLE color: 10188600.

HSL color Cylindrical-coordinate representation of color #38779B: hue angle of 201.82º 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 #38779B is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB56119155-
CMYK0.640.2300.39
HSL201.82º46.92%41.37%-
HSV(B)201.82º63.87%60.78%-
XYZ14.1416.433.43-
YUV104.27156.6393.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.97%
GREEN value IS 119 (46.88% from 255) = 36.06%
BLUE value IS 155 (60.94% from 255) = 46.97%
R=16.97%
G=36.06%
B=46.97%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal561191550.640.2300.39201.8246.9241.37
Hex38779B4017027ca2f29
Octal70167233100270473125751
Binary111000111011110011011100000010111010011111001010101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38779B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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