#23759F

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

Shades of Lochmara #23759F

Tints of Lochmara #23759F

Color information

#23759F (or 0x23759F) is unknown color: approx Lochmara. HEX triplet: 23, 75 and 9F. RGB value is (35,117,159). Sum of RGB (Red+Green+Blue) = 35+117+159=311 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.25% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #23759F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23759F is #DC8A60. Grayscale: #616161. Windows color (decimal): -14453345 or 10450211. OLE color: 10450211.

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

Color convert

RGB35117159-
CMYK0.780.2600.38
HSL200.32º63.92%38.04%-
HSV(B)200.32º77.99%62.35%-
XYZ13.3115.5835.11-
YUV97.27162.8383.58-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.25%
GREEN value IS 117 (46.09% from 255) = 37.62%
BLUE value IS 159 (62.5% from 255) = 51.13%
R=11.25%
G=37.62%
B=51.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal351171590.780.2600.38200.3263.9238.04
Hex23759F4E1A026c84026
Octal431652371163204631010046
Binary1000111110101100111111001110110100100110110010001000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23759F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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