#2369AD

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

Shades of Lochmara #2369AD

Tints of Lochmara #2369AD

Color information

#2369AD (or 0x2369AD) is unknown color: approx Lochmara. HEX triplet: 23, 69 and AD. RGB value is (35,105,173). Sum of RGB (Red+Green+Blue) = 35+105+173=313 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.18% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #2369AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2369AD is #DC9652. Grayscale: #5B5B5B. Windows color (decimal): -14456403 or 11364643. OLE color: 11364643.

HSL color Cylindrical-coordinate representation of color #2369AD: hue angle of 209.57º degrees, saturation: 0.66, 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 #2369AD is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB35105173-
CMYK0.800.3900.32
HSL209.57º66.35%40.78%-
HSV(B)209.57º79.77%67.84%-
XYZ13.2913.4841.44-
YUV91.82173.8187.47-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.18%
GREEN value IS 105 (41.41% from 255) = 33.55%
BLUE value IS 173 (67.97% from 255) = 55.27%
R=11.18%
G=33.55%
B=55.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal351051730.800.3900.32209.5766.3540.78
Hex2369AD5027020d24229
Octal431512551204704032210251
Binary10001111010011010110110100001001110100000110100101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2369AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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