#23679F

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

Shades of Lochmara #23679F

Tints of Lochmara #23679F

Color information

#23679F (or 0x23679F) is unknown color: approx Lochmara. HEX triplet: 23, 67 and 9F. RGB value is (35,103,159). Sum of RGB (Red+Green+Blue) = 35+103+159=297 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.78% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #23679F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23679F is #DC9860. Grayscale: #585858. Windows color (decimal): -14456929 or 10446627. OLE color: 10446627.

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

Color convert

RGB35103159-
CMYK0.780.3500.38
HSL207.1º63.92%38.04%-
HSV(B)207.1º77.99%62.35%-
XYZ11.812.5634.6-
YUV89.05167.4789.45-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.78%
GREEN value IS 103 (40.62% from 255) = 34.68%
BLUE value IS 159 (62.5% from 255) = 53.54%
R=11.78%
G=34.68%
B=53.54%

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
Decimal351031590.780.3500.38207.163.9238.04
Hex23679F4E23026cf4026
Octal431472371164304631710046
Binary10001111001111001111110011101000110100110110011111000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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