Html Css Color HEX #265BA6 Lochmara

📋 copy color: '#265BA6'

red 38 ◦ green 91 ◦ blue 166

#265BA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #265BA6

Tints of Lochmara #265BA6

RGB

 RED value IS 38 (15.23% from 255) = 12.88%

 GREEN value IS 91 (35.94% from 255) = 30.85%

 BLUE value IS 166 (65.23% from 255) = 56.27%

R = 12.88%
G = 30.85%
B = 56.27%

CMYK

 C value IS 0.77

 M value IS 0.45

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#265BA6 (or 0x265BA6) is known color: Lochmara. HEX triplet: 26, 5B and A6. RGB value is (38,91,166). Sum of RGB (Red+Green+Blue) = 38+91+166=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 166 (65.23% from 255 or 56.27% from 295); Max value from RGB is 166 - color contains mainly: blue. Hex color #265BA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265BA6 is #D9A459. Grayscale: #535353. Windows color (decimal): -14263386 or 10902310. OLE color: 10902310.

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

Color convert

RGB 38 91 166 -
CMYK 0.77 0.45 0 0.35
HSL 215.16º 0.63% 0.4% -
HSV(B) 215.16º 0.77% 0.65% -
XYZ 11.42 10.65 37.53 -
YUV 83.7 174.44 95.4 -
System Red Green Blue C M Y K H S L
Decimal 38 91 166 0.77 0.45 0 0.35 215.16 0.63 0.4
Hex 26 5B A6 4D 2D 0 23 D7 3F 28
Octal 46 133 246 115 55 0 43 327 77 50
Binary 100110 1011011 10100110 1001101 101101 0 100011 11010111 111111 101000

Color Harmonies of #265BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265BA6

Black with #265BA6

Text Example


Text Example

White with #265BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,91,166); }

 H1.HeaderClassName
 {
   color: #265BA6;
 }
 .AnyTagClassName
 {
   color: #265BA6;
 }
</style>

background-color css

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

 a { background-color: rgb(38,91,166); }

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

border-color css

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

 span { border-color: rgb(38,91,166); }

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