#2368AB

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

Shades of Lochmara #2368AB

Tints of Lochmara #2368AB

Color information

#2368AB (or 0x2368AB) is unknown color: approx Lochmara. HEX triplet: 23, 68 and AB. RGB value is (35,104,171). Sum of RGB (Red+Green+Blue) = 35+104+171=310 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.29% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #2368AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2368AB is #DC9754. Grayscale: #5A5A5A. Windows color (decimal): -14456661 or 11233315. OLE color: 11233315.

HSL color Cylindrical-coordinate representation of color #2368AB: hue angle of 209.56º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2368AB is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB35104171-
CMYK0.800.3900.33
HSL209.56º66.02%40.39%-
HSV(B)209.56º79.53%67.06%-
XYZ12.9913.240.39-
YUV91.01173.1488.05-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.29%
GREEN value IS 104 (41.02% from 255) = 33.55%
BLUE value IS 171 (67.19% from 255) = 55.16%
R=11.29%
G=33.55%
B=55.16%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal351041710.800.3900.33209.5666.0240.39
Hex2368AB5027021d24228
Octal431502531204704132210250
Binary10001111010001010101110100001001110100001110100101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2368AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2368AB; }

 p { color: rgb(35,104,171); }

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

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

 a { background-color: rgb(35,104,171); }

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

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

 span { border-color: rgb(35,104,171); }

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