#236499

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

Shades of Lochmara #236499

Tints of Lochmara #236499

Color information

#236499 (or 0x236499) is unknown color: approx Lochmara. HEX triplet: 23, 64 and 99. RGB value is (35,100,153). Sum of RGB (Red+Green+Blue) = 35+100+153=288 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.15% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #236499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236499 is #DC9B66. Grayscale: #565656. Windows color (decimal): -14457703 or 10052643. OLE color: 10052643.

HSL color Cylindrical-coordinate representation of color #236499: hue angle of 206.95º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #236499 is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB35100153-
CMYK0.770.3500.4
HSL206.95º62.77%36.86%-
HSV(B)206.95º77.12%60%-
XYZ1111.7731.83-
YUV86.61165.4791.19-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.15%
GREEN value IS 100 (39.45% from 255) = 34.72%
BLUE value IS 153 (60.16% from 255) = 53.12%
R=12.15%
G=34.72%
B=53.12%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal351001530.770.3500.4206.9562.7736.86
Hex2364994D23028cf3f25
Octal43144231115430503177745
Binary1000111100100100110011001101100011010100011001111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236499; }

 p { color: rgb(35,100,153); }

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

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

 a { background-color: rgb(35,100,153); }

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

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

 span { border-color: rgb(35,100,153); }

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