#38799E

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

Shades of Lochmara #38799E

Tints of Lochmara #38799E

Color information

#38799E (or 0x38799E) is unknown color: approx Lochmara. HEX triplet: 38, 79 and 9E. RGB value is (56,121,158). Sum of RGB (Red+Green+Blue) = 56+121+158=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 158 - color contains mainly: blue. Hex color #38799E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38799E is #C78661. Grayscale: #696969. Windows color (decimal): -13076066 or 10385720. OLE color: 10385720.

HSL color Cylindrical-coordinate representation of color #38799E: hue angle of 201.76º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38799E is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB56121158-
CMYK0.650.2300.38
HSL201.76º47.66%41.96%-
HSV(B)201.76º64.56%61.96%-
XYZ14.6416.9834.85-
YUV105.78157.4792.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.72%
GREEN value IS 121 (47.66% from 255) = 36.12%
BLUE value IS 158 (62.11% from 255) = 47.16%
R=16.72%
G=36.12%
B=47.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561211580.650.2300.38201.7647.6641.96
Hex38799E4117026ca302a
Octal70171236101270463126052
Binary111000111100110011110100000110111010011011001010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38799E; }

 p { color: rgb(56,121,158); }

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

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

 a { background-color: rgb(56,121,158); }

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

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

 span { border-color: rgb(56,121,158); }

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