#38769B

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

Shades of Lochmara #38769B

Tints of Lochmara #38769B

Color information

#38769B (or 0x38769B) is unknown color: approx Lochmara. HEX triplet: 38, 76 and 9B. RGB value is (56,118,155). Sum of RGB (Red+Green+Blue) = 56+118+155=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #38769B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38769B is #C78964. Grayscale: #676767. Windows color (decimal): -13076837 or 10188344. OLE color: 10188344.

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

Color convert

RGB56118155-
CMYK0.640.2400.39
HSL202.42º46.92%41.37%-
HSV(B)202.42º63.87%60.78%-
XYZ14.0316.1633.39-
YUV103.68156.9693.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.02%
GREEN value IS 118 (46.48% from 255) = 35.87%
BLUE value IS 155 (60.94% from 255) = 47.11%
R=17.02%
G=35.87%
B=47.11%

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
Decimal561181550.640.2400.39202.4246.9241.37
Hex38769B4018027ca2f29
Octal70166233100300473125751
Binary111000111011010011011100000011000010011111001010101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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