#38769C

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

Shades of Lochmara #38769C

Tints of Lochmara #38769C

Color information

#38769C (or 0x38769C) is unknown color: approx Lochmara. HEX triplet: 38, 76 and 9C. RGB value is (56,118,156). Sum of RGB (Red+Green+Blue) = 56+118+156=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #38769C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38769C is #C78963. Grayscale: #676767. Windows color (decimal): -13076836 or 10253880. OLE color: 10253880.

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

Color convert

RGB56118156-
CMYK0.640.2400.39
HSL202.8º47.17%41.57%-
HSV(B)202.8º64.1%61.18%-
XYZ14.1116.233.84-
YUV103.79157.4693.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.97%
GREEN value IS 118 (46.48% from 255) = 35.76%
BLUE value IS 156 (61.33% from 255) = 47.27%
R=16.97%
G=35.76%
B=47.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal561181560.640.2400.39202.847.1741.57
Hex38769C4018027cb2f2a
Octal70166234100300473135752
Binary111000111011010011100100000011000010011111001011101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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