#2369AE

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

Shades of Lochmara #2369AE

Tints of Lochmara #2369AE

Color information

#2369AE (or 0x2369AE) is unknown color: approx Lochmara. HEX triplet: 23, 69 and AE. RGB value is (35,105,174). Sum of RGB (Red+Green+Blue) = 35+105+174=314 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.15% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 174 (68.36% from 255 or 55.41% from 314); Max value from RGB is 174 - color contains mainly: blue. Hex color #2369AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2369AE is #DC9651. Grayscale: #5B5B5B. Windows color (decimal): -14456402 or 11430179. OLE color: 11430179.

HSL color Cylindrical-coordinate representation of color #2369AE: hue angle of 209.78º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2369AE is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB35105174-
CMYK0.800.4000.32
HSL209.78º66.51%40.98%-
HSV(B)209.78º79.89%68.24%-
XYZ13.3813.5241.95-
YUV91.94174.3187.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.15%
GREEN value IS 105 (41.41% from 255) = 33.44%
BLUE value IS 174 (68.36% from 255) = 55.41%
R=11.15%
G=33.44%
B=55.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal351051740.800.4000.32209.7866.5140.98
Hex2369AE5028020d24329
Octal431512561205004032210351
Binary10001111010011010111010100001010000100000110100101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2369AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2369AE; }

 p { color: rgb(35,105,174); }

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

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

 a { background-color: rgb(35,105,174); }

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

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

 span { border-color: rgb(35,105,174); }

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