#2375AB

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

Shades of Lochmara #2375AB

Tints of Lochmara #2375AB

Color information

#2375AB (or 0x2375AB) is unknown color: approx Lochmara. HEX triplet: 23, 75 and AB. RGB value is (35,117,171). Sum of RGB (Red+Green+Blue) = 35+117+171=323 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.84% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #2375AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2375AB is #DC8A54. Grayscale: #626262. Windows color (decimal): -14453333 or 11236643. OLE color: 11236643.

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

Color convert

RGB35117171-
CMYK0.800.3200.33
HSL203.82º66.02%40.39%-
HSV(B)203.82º79.53%67.06%-
XYZ14.4116.0240.86-
YUV98.64168.8382.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.84%
GREEN value IS 117 (46.09% from 255) = 36.22%
BLUE value IS 171 (67.19% from 255) = 52.94%
R=10.84%
G=36.22%
B=52.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal351171710.800.3200.33203.8266.0240.39
Hex2375AB5020021cc4228
Octal431652531204004131410250
Binary10001111101011010101110100001000000100001110011001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2375AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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