#236C92

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

Shades of Lochmara #236C92

Tints of Lochmara #236C92

Color information

#236C92 (or 0x236C92) is unknown color: approx Lochmara. HEX triplet: 23, 6C and 92. RGB value is (35,108,146). Sum of RGB (Red+Green+Blue) = 35+108+146=289 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.11% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #236C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236C92 is #DC936D. Grayscale: #5A5A5A. Windows color (decimal): -14455662 or 9595939. OLE color: 9595939.

HSL color Cylindrical-coordinate representation of color #236C92: hue angle of 200.54º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #236C92 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB35108146-
CMYK0.760.2600.43
HSL200.54º61.33%35.49%-
HSV(B)200.54º76.03%57.25%-
XYZ11.2413.1629.14-
YUV90.5159.3288.41-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.11%
GREEN value IS 108 (42.58% from 255) = 37.37%
BLUE value IS 146 (57.42% from 255) = 50.52%
R=12.11%
G=37.37%
B=50.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal351081460.760.2600.43200.5461.3335.49
Hex236C924C1A02Bc93d23
Octal43154222114320533117543
Binary100011110110010010010100110011010010101111001001111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,108,146); }

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

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

 a { background-color: rgb(35,108,146); }

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

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

 span { border-color: rgb(35,108,146); }

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