#23699C

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

Shades of Lochmara #23699C

Tints of Lochmara #23699C

Color information

#23699C (or 0x23699C) is unknown color: approx Lochmara. HEX triplet: 23, 69 and 9C. RGB value is (35,105,156). Sum of RGB (Red+Green+Blue) = 35+105+156=296 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.82% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 156 (61.33% from 255 or 52.70% from 296); Max value from RGB is 156 - color contains mainly: blue. Hex color #23699C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23699C is #DC9663. Grayscale: #595959. Windows color (decimal): -14456420 or 10250531. OLE color: 10250531.

HSL color Cylindrical-coordinate representation of color #23699C: hue angle of 205.29º 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 #23699C is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB35105156-
CMYK0.780.3300.39
HSL205.29º63.35%37.45%-
HSV(B)205.29º77.56%61.18%-
XYZ11.7512.8633.32-
YUV89.88165.3188.85-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.82%
GREEN value IS 105 (41.41% from 255) = 35.47%
BLUE value IS 156 (61.33% from 255) = 52.70%
R=11.82%
G=35.47%
B=52.70%

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
Decimal351051560.780.3300.39205.2963.3537.45
Hex23699C4E21027cd3f25
Octal43151234116410473157745
Binary1000111101001100111001001110100001010011111001101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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