#265CA7

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

Shades of Lochmara #265CA7

Tints of Lochmara #265CA7

Color information

#265CA7 (or 0x265CA7) is unknown color: approx Lochmara. HEX triplet: 26, 5C and A7. RGB value is (38,92,167). Sum of RGB (Red+Green+Blue) = 38+92+167=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 167 (65.62% from 255 or 56.23% from 297); Max value from RGB is 167 - color contains mainly: blue. Hex color #265CA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265CA7 is #D9A358. Grayscale: #545454. Windows color (decimal): -14263129 or 10968102. OLE color: 10968102.

HSL color Cylindrical-coordinate representation of color #265CA7: hue angle of 214.88º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #265CA7 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3892167-
CMYK0.770.4500.35
HSL214.88º62.93%40.2%-
HSV(B)214.88º77.25%65.49%-
XYZ11.610.8638.04-
YUV84.4174.6194.9-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.79%
GREEN value IS 92 (36.33% from 255) = 30.98%
BLUE value IS 167 (65.62% from 255) = 56.23%
R=12.79%
G=30.98%
B=56.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal38921670.770.4500.35214.8862.9340.2
Hex265CA74D2D023d73f28
Octal46134247115550433277750
Binary1001101011100101001111001101101101010001111010111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,92,167); }

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

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

 a { background-color: rgb(38,92,167); }

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

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

 span { border-color: rgb(38,92,167); }

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