#23619D

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

Shades of Lochmara #23619D

Tints of Lochmara #23619D

Color information

#23619D (or 0x23619D) is unknown color: approx Lochmara. HEX triplet: 23, 61 and 9D. RGB value is (35,97,157). Sum of RGB (Red+Green+Blue) = 35+97+157=289 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.11% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #23619D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23619D is #DC9E62. Grayscale: #545454. Windows color (decimal): -14458467 or 10314019. OLE color: 10314019.

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

Color convert

RGB3597157-
CMYK0.780.3800.38
HSL209.51º63.54%37.65%-
HSV(B)209.51º77.71%61.57%-
XYZ11.0511.3433.5-
YUV85.3168.4692.12-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.11%
GREEN value IS 97 (38.28% from 255) = 33.56%
BLUE value IS 157 (61.72% from 255) = 54.33%
R=12.11%
G=33.56%
B=54.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal35971570.780.3800.38209.5163.5437.65
Hex23619D4E26026d24026
Octal431412351164604632210046
Binary10001111000011001110110011101001100100110110100101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23619D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23619D; }

 p { color: rgb(35,97,157); }

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

<style>
 a { background-color: #23619D; }

 a { background-color: rgb(35,97,157); }

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

<style>
 span { border-color: #23619D; }

 span { border-color: rgb(35,97,157); }

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