#265EA3

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

Shades of Lochmara #265EA3

Tints of Lochmara #265EA3

Color information

#265EA3 (or 0x265EA3) is unknown color: approx Lochmara. HEX triplet: 26, 5E and A3. RGB value is (38,94,163). Sum of RGB (Red+Green+Blue) = 38+94+163=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 163 (64.06% from 255 or 55.25% from 295); Max value from RGB is 163 - color contains mainly: blue. Hex color #265EA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265EA3 is #D9A15C. Grayscale: #545454. Windows color (decimal): -14262621 or 10706470. OLE color: 10706470.

HSL color Cylindrical-coordinate representation of color #265EA3: hue angle of 213.12º 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 #265EA3 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3894163-
CMYK0.770.4200.36
HSL213.12º62.19%39.41%-
HSV(B)213.12º76.69%63.92%-
XYZ11.4111.0636.18-
YUV85.12171.9594.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.88%
GREEN value IS 94 (37.11% from 255) = 31.86%
BLUE value IS 163 (64.06% from 255) = 55.25%
R=12.88%
G=31.86%
B=55.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal38941630.770.4200.36213.1262.1939.41
Hex265EA34D2A024d53e27
Octal46136243115520443257647
Binary1001101011110101000111001101101010010010011010101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265EA3; }

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

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

<style>
 a { background-color: #265EA3; }

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

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

<style>
 span { border-color: #265EA3; }

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

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