#23689C

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

Shades of Lochmara #23689C

Tints of Lochmara #23689C

Color information

#23689C (or 0x23689C) is unknown color: approx Lochmara. HEX triplet: 23, 68 and 9C. RGB value is (35,104,156). Sum of RGB (Red+Green+Blue) = 35+104+156=295 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.86% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #23689C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23689C is #DC9763. Grayscale: #595959. Windows color (decimal): -14456676 or 10250275. OLE color: 10250275.

HSL color Cylindrical-coordinate representation of color #23689C: hue angle of 205.79º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23689C is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB35104156-
CMYK0.780.3300.39
HSL205.79º63.35%37.45%-
HSV(B)205.79º77.56%61.18%-
XYZ11.6412.6633.28-
YUV89.3165.6489.27-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.86%
GREEN value IS 104 (41.02% from 255) = 35.25%
BLUE value IS 156 (61.33% from 255) = 52.88%
R=11.86%
G=35.25%
B=52.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal351041560.780.3300.39205.7963.3537.45
Hex23689C4E21027ce3f25
Octal43150234116410473167745
Binary1000111101000100111001001110100001010011111001110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23689C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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