#236B93

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

Shades of Lochmara #236B93

Tints of Lochmara #236B93

Color information

#236B93 (or 0x236B93) is unknown color: approx Lochmara. HEX triplet: 23, 6B and 93. RGB value is (35,107,147). Sum of RGB (Red+Green+Blue) = 35+107+147=289 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.11% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 147 (57.81% from 255 or 50.87% from 289); Max value from RGB is 147 - color contains mainly: blue. Hex color #236B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236B93 is #DC946C. Grayscale: #595959. Windows color (decimal): -14455917 or 9661219. OLE color: 9661219.

HSL color Cylindrical-coordinate representation of color #236B93: hue angle of 201.43º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #236B93 is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB35107147-
CMYK0.760.2700.42
HSL201.43º61.54%35.69%-
HSV(B)201.43º76.19%57.65%-
XYZ11.2212.9829.52-
YUV90.03160.1588.75-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.11%
GREEN value IS 107 (42.19% from 255) = 37.02%
BLUE value IS 147 (57.81% from 255) = 50.87%
R=12.11%
G=37.02%
B=50.87%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal351071470.760.2700.42201.4361.5435.69
Hex236B934C1B02Ac93e24
Octal43153223114330523117644
Binary100011110101110010011100110011011010101011001001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236B93; }

 p { color: rgb(35,107,147); }

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

<style>
 a { background-color: #236B93; }

 a { background-color: rgb(35,107,147); }

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

<style>
 span { border-color: #236B93; }

 span { border-color: rgb(35,107,147); }

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