#2367AD

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

Shades of Lochmara #2367AD

Tints of Lochmara #2367AD

Color information

#2367AD (or 0x2367AD) is unknown color: approx Lochmara. HEX triplet: 23, 67 and AD. RGB value is (35,103,173). Sum of RGB (Red+Green+Blue) = 35+103+173=311 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.25% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #2367AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2367AD is #DC9852. Grayscale: #5A5A5A. Windows color (decimal): -14456915 or 11364131. OLE color: 11364131.

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

Color convert

RGB35103173-
CMYK0.800.4000.32
HSL210.43º66.35%40.78%-
HSV(B)210.43º79.77%67.84%-
XYZ13.0913.0741.37-
YUV90.65174.4788.31-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.25%
GREEN value IS 103 (40.62% from 255) = 33.12%
BLUE value IS 173 (67.97% from 255) = 55.63%
R=11.25%
G=33.12%
B=55.63%

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
Decimal351031730.800.4000.32210.4366.3540.78
Hex2367AD5028020d24229
Octal431472551205004032210251
Binary10001111001111010110110100001010000100000110100101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2367AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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