#23779E

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

Shades of Lochmara #23779E

Tints of Lochmara #23779E

Color information

#23779E (or 0x23779E) is unknown color: approx Lochmara. HEX triplet: 23, 77 and 9E. RGB value is (35,119,158). Sum of RGB (Red+Green+Blue) = 35+119+158=312 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.22% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 158 (62.11% from 255 or 50.64% from 312); Max value from RGB is 158 - color contains mainly: blue. Hex color #23779E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23779E is #DC8861. Grayscale: #626262. Windows color (decimal): -14452834 or 10385187. OLE color: 10385187.

HSL color Cylindrical-coordinate representation of color #23779E: hue angle of 199.02º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23779E is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB35119158-
CMYK0.780.2500.38
HSL199.02º63.73%37.84%-
HSV(B)199.02º77.85%61.96%-
XYZ13.4616.0234.73-
YUV98.33161.6782.83-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.22%
GREEN value IS 119 (46.88% from 255) = 38.14%
BLUE value IS 158 (62.11% from 255) = 50.64%
R=11.22%
G=38.14%
B=50.64%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal351191580.780.2500.38199.0263.7337.84
Hex23779E4E19026c74026
Octal431672361163104630710046
Binary1000111110111100111101001110110010100110110001111000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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