#23779B

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

Shades of Lochmara #23779B

Tints of Lochmara #23779B

Color information

#23779B (or 0x23779B) is unknown color: approx Lochmara. HEX triplet: 23, 77 and 9B. RGB value is (35,119,155). Sum of RGB (Red+Green+Blue) = 35+119+155=309 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.33% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #23779B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23779B is #DC8864. Grayscale: #616161. Windows color (decimal): -14452837 or 10188579. OLE color: 10188579.

HSL color Cylindrical-coordinate representation of color #23779B: hue angle of 198º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23779B is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB35119155-
CMYK0.770.2300.39
HSL198º63.16%37.25%-
HSV(B)198º77.42%60.78%-
XYZ13.2115.9233.39-
YUV97.99160.1783.07-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.33%
GREEN value IS 119 (46.88% from 255) = 38.51%
BLUE value IS 155 (60.94% from 255) = 50.16%
R=11.33%
G=38.51%
B=50.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal351191550.770.2300.3919863.1637.25
Hex23779B4D17027c63f25
Octal43167233115270473067745
Binary100011111011110011011100110110111010011111000110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23779B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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