#2663A3

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

Shades of Lochmara #2663A3

Tints of Lochmara #2663A3

Color information

#2663A3 (or 0x2663A3) is unknown color: approx Lochmara. HEX triplet: 26, 63 and A3. RGB value is (38,99,163). Sum of RGB (Red+Green+Blue) = 38+99+163=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 163 (64.06% from 255 or 54.33% from 300); Max value from RGB is 163 - color contains mainly: blue. Hex color #2663A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2663A3 is #D99C5C. Grayscale: #575757. Windows color (decimal): -14261341 or 10707750. OLE color: 10707750.

HSL color Cylindrical-coordinate representation of color #2663A3: hue angle of 210.72º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2663A3 is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3899163-
CMYK0.770.3900.36
HSL210.72º62.19%39.41%-
HSV(B)210.72º76.69%63.92%-
XYZ11.8711.9836.34-
YUV88.06170.2992.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.67%
GREEN value IS 99 (39.06% from 255) = 33%
BLUE value IS 163 (64.06% from 255) = 54.33%
R=12.67%
G=33%
B=54.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal38991630.770.3900.36210.7262.1939.41
Hex2663A34D27024d33e27
Octal46143243115470443237647
Binary1001101100011101000111001101100111010010011010011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2663A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2663A3; }

 p { color: rgb(38,99,163); }

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

<style>
 a { background-color: #2663A3; }

 a { background-color: rgb(38,99,163); }

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

<style>
 span { border-color: #2663A3; }

 span { border-color: rgb(38,99,163); }

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