#23719B

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

Shades of Lochmara #23719B

Tints of Lochmara #23719B

Color information

#23719B (or 0x23719B) is unknown color: approx Lochmara. HEX triplet: 23, 71 and 9B. RGB value is (35,113,155). Sum of RGB (Red+Green+Blue) = 35+113+155=303 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.55% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #23719B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23719B is #DC8E64. Grayscale: #5E5E5E. Windows color (decimal): -14454373 or 10187043. OLE color: 10187043.

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

Color convert

RGB35113155-
CMYK0.770.2700.39
HSL201º63.16%37.25%-
HSV(B)201º77.42%60.78%-
XYZ12.5114.5333.16-
YUV94.47162.1685.58-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.55%
GREEN value IS 113 (44.53% from 255) = 37.29%
BLUE value IS 155 (60.94% from 255) = 51.16%
R=11.55%
G=37.29%
B=51.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal351131550.770.2700.3920163.1637.25
Hex23719B4D1B027c93f25
Octal43161233115330473117745
Binary100011111000110011011100110111011010011111001001111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23719B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23719B; }

 p { color: rgb(35,113,155); }

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

<style>
 a { background-color: #23719B; }

 a { background-color: rgb(35,113,155); }

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

<style>
 span { border-color: #23719B; }

 span { border-color: rgb(35,113,155); }

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