#23689F

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

Shades of Lochmara #23689F

Tints of Lochmara #23689F

Color information

#23689F (or 0x23689F) is unknown color: approx Lochmara. HEX triplet: 23, 68 and 9F. RGB value is (35,104,159). Sum of RGB (Red+Green+Blue) = 35+104+159=298 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.74% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #23689F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23689F is #DC9760. Grayscale: #595959. Windows color (decimal): -14456673 or 10446883. OLE color: 10446883.

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

Color convert

RGB35104159-
CMYK0.780.3500.38
HSL206.61º63.92%38.04%-
HSV(B)206.61º77.99%62.35%-
XYZ11.912.7634.64-
YUV89.64167.1489.03-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.74%
GREEN value IS 104 (41.02% from 255) = 34.90%
BLUE value IS 159 (62.5% from 255) = 53.36%
R=11.74%
G=34.90%
B=53.36%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal351041590.780.3500.38206.6163.9238.04
Hex23689F4E23026cf4026
Octal431502371164304631710046
Binary10001111010001001111110011101000110100110110011111000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23689F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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