#23779F

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

Shades of Lochmara #23779F

Tints of Lochmara #23779F

Color information

#23779F (or 0x23779F) is unknown color: approx Lochmara. HEX triplet: 23, 77 and 9F. RGB value is (35,119,159). Sum of RGB (Red+Green+Blue) = 35+119+159=313 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.18% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #23779F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23779F is #DC8860. Grayscale: #626262. Windows color (decimal): -14452833 or 10450723. OLE color: 10450723.

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

Color convert

RGB35119159-
CMYK0.780.2500.38
HSL199.35º63.92%38.04%-
HSV(B)199.35º77.99%62.35%-
XYZ13.5516.0535.19-
YUV98.44162.1782.75-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.18%
GREEN value IS 119 (46.88% from 255) = 38.02%
BLUE value IS 159 (62.5% from 255) = 50.80%
R=11.18%
G=38.02%
B=50.80%

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
Decimal351191590.780.2500.38199.3563.9238.04
Hex23779F4E19026c74026
Octal431672371163104630710046
Binary1000111110111100111111001110110010100110110001111000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23779F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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