#23689E

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

Shades of Lochmara #23689E

Tints of Lochmara #23689E

Color information

#23689E (or 0x23689E) is unknown color: approx Lochmara. HEX triplet: 23, 68 and 9E. RGB value is (35,104,158). Sum of RGB (Red+Green+Blue) = 35+104+158=297 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.78% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #23689E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23689E is #DC9761. Grayscale: #595959. Windows color (decimal): -14456674 or 10381347. OLE color: 10381347.

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

Color convert

RGB35104158-
CMYK0.780.3400.38
HSL206.34º63.73%37.84%-
HSV(B)206.34º77.85%61.96%-
XYZ11.8212.7334.18-
YUV89.52166.6489.11-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.78%
GREEN value IS 104 (41.02% from 255) = 35.02%
BLUE value IS 158 (62.11% from 255) = 53.20%
R=11.78%
G=35.02%
B=53.20%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal351041580.780.3400.38206.3463.7337.84
Hex23689E4E22026ce4026
Octal431502361164204631610046
Binary10001111010001001111010011101000100100110110011101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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