Html Css Color HEX #265DAA Lochmara

📋 copy color: '#265DAA'

red 38 ◦ green 93 ◦ blue 170

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

Shades of Lochmara #265DAA

Tints of Lochmara #265DAA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.9%

 BLUE value IS 170 (66.8% from 255) = 56.48%

R = 12.62%
G = 30.9%
B = 56.48%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#265DAA (or 0x265DAA) is known color: Lochmara. HEX triplet: 26, 5D and AA. RGB value is (38,93,170). Sum of RGB (Red+Green+Blue) = 38+93+170=301 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.62% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #265DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265DAA is #D9A255. Grayscale: #545454. Windows color (decimal): -14262870 or 11164966. OLE color: 11164966.

HSL color Cylindrical-coordinate representation of color #265DAA: hue angle of 215º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #265DAA is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 38 93 170 -
CMYK 0.78 0.45 0 0.33
HSL 215º 0.63% 0.41% -
HSV(B) 215º 0.78% 0.67% -
XYZ 11.97 11.14 39.55 -
YUV 85.33 175.78 94.24 -
System Red Green Blue C M Y K H S L
Decimal 38 93 170 0.78 0.45 0 0.33 215 0.63 0.41
Hex 26 5D AA 4E 2D 0 21 D7 3F 29
Octal 46 135 252 116 55 0 41 327 77 51
Binary 100110 1011101 10101010 1001110 101101 0 100001 11010111 111111 101001

Color Harmonies of #265DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265DAA

Black with #265DAA

Text Example


Text Example

White with #265DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,93,170); }

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

background-color css

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

 a { background-color: rgb(38,93,170); }

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

border-color css

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

 span { border-color: rgb(38,93,170); }

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