#2165A7

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

Shades of Lochmara #2165A7

Tints of Lochmara #2165A7

Color information

#2165A7 (or 0x2165A7) is unknown color: approx Lochmara. HEX triplet: 21, 65 and A7. RGB value is (33,101,167). Sum of RGB (Red+Green+Blue) = 33+101+167=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 167 (65.62% from 255 or 55.48% from 301); Max value from RGB is 167 - color contains mainly: blue. Hex color #2165A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2165A7 is #DE9A58. Grayscale: #575757. Windows color (decimal): -14588505 or 10970401. OLE color: 10970401.

HSL color Cylindrical-coordinate representation of color #2165A7: hue angle of 209.55º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2165A7 is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB33101167-
CMYK0.800.4000.35
HSL209.55º67%39.22%-
HSV(B)209.55º80.24%65.49%-
XYZ12.2612.4238.31-
YUV88.19172.4788.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.96%
GREEN value IS 101 (39.84% from 255) = 33.55%
BLUE value IS 167 (65.62% from 255) = 55.48%
R=10.96%
G=33.55%
B=55.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal331011670.800.4000.35209.556739.22
Hex2165A75028023d24327
Octal411452471205004332210347
Binary10000111001011010011110100001010000100011110100101000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2165A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2165A7; }

 p { color: rgb(33,101,167); }

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

<style>
 a { background-color: #2165A7; }

 a { background-color: rgb(33,101,167); }

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

<style>
 span { border-color: #2165A7; }

 span { border-color: rgb(33,101,167); }

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