Html Css Color HEX #2565AB Lochmara

📋 copy color: '#2565AB'

red 37 ◦ green 101 ◦ blue 171

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

Shades of Lochmara #2565AB

Tints of Lochmara #2565AB

RGB

 RED value IS 37 (14.84% from 255) = 11.97%

 GREEN value IS 101 (39.84% from 255) = 32.69%

 BLUE value IS 171 (67.19% from 255) = 55.34%

R = 11.97%
G = 32.69%
B = 55.34%

CMYK

 C value IS 0.78

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2565AB (or 0x2565AB) is known color: Lochmara. HEX triplet: 25, 65 and AB. RGB value is (37,101,171). Sum of RGB (Red+Green+Blue) = 37+101+171=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #2565AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2565AB is #DA9A54. Grayscale: #595959. Windows color (decimal): -14326357 or 11232549. OLE color: 11232549.

HSL color Cylindrical-coordinate representation of color #2565AB: hue angle of 211.34º degrees, saturation: 0.64, 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 #2565AB is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 101 171 -
CMYK 0.78 0.41 0 0.33
HSL 211.34º 0.64% 0.41% -
HSV(B) 211.34º 0.78% 0.67% -
XYZ 12.77 12.64 40.3 -
YUV 89.84 173.8 90.31 -
System Red Green Blue C M Y K H S L
Decimal 37 101 171 0.78 0.41 0 0.33 211.34 0.64 0.41
Hex 25 65 AB 4E 29 0 21 D3 40 29
Octal 45 145 253 116 51 0 41 323 100 51
Binary 100101 1100101 10101011 1001110 101001 0 100001 11010011 1000000 101001

Color Harmonies of #2565AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2565AB

Black with #2565AB

Text Example


Text Example

White with #2565AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2565AB; }

 p { color: rgb(37,101,171); }

 H1.HeaderClassName
 {
   color: #2565AB;
 }
 .AnyTagClassName
 {
   color: #2565AB;
 }
</style>

background-color css

<style>
 a { background-color: #2565AB; }

 a { background-color: rgb(37,101,171); }

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

border-color css

<style>
 span { border-color: #2565AB; }

 span { border-color: rgb(37,101,171); }

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