#38769E

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

Shades of Lochmara #38769E

Tints of Lochmara #38769E

Color information

#38769E (or 0x38769E) is unknown color: approx Lochmara. HEX triplet: 38, 76 and 9E. RGB value is (56,118,158). Sum of RGB (Red+Green+Blue) = 56+118+158=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 158 (62.11% from 255 or 47.59% from 332); Max value from RGB is 158 - color contains mainly: blue. Hex color #38769E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38769E is #C78961. Grayscale: #676767. Windows color (decimal): -13076834 or 10384952. OLE color: 10384952.

HSL color Cylindrical-coordinate representation of color #38769E: hue angle of 203.53º 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 #38769E is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB56118158-
CMYK0.650.2500.38
HSL203.53º47.66%41.96%-
HSV(B)203.53º64.56%61.96%-
XYZ14.2816.2734.73-
YUV104.02158.4693.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.87%
GREEN value IS 118 (46.48% from 255) = 35.54%
BLUE value IS 158 (62.11% from 255) = 47.59%
R=16.87%
G=35.54%
B=47.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561181580.650.2500.38203.5347.6641.96
Hex38769E4119026cc302a
Octal70166236101310463146052
Binary111000111011010011110100000111001010011011001100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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