Html Css Color HEX #2564AB Lochmara

📋 copy color: '#2564AB'

red 37 ◦ green 100 ◦ blue 171

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

Shades of Lochmara #2564AB

Tints of Lochmara #2564AB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.47%

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

R = 12.01%
G = 32.47%
B = 55.52%

CMYK

 C value IS 0.78

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2564AB (or 0x2564AB) is known color: Lochmara. HEX triplet: 25, 64 and AB. RGB value is (37,100,171). Sum of RGB (Red+Green+Blue) = 37+100+171=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #2564AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2564AB is #DA9B54. Grayscale: #585858. Windows color (decimal): -14326613 or 11232293. OLE color: 11232293.

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

Color convert

RGB 37 100 171 -
CMYK 0.78 0.42 0 0.33
HSL 211.79º 0.64% 0.41% -
HSV(B) 211.79º 0.78% 0.67% -
XYZ 12.67 12.45 40.26 -
YUV 89.26 174.13 90.73 -
System Red Green Blue C M Y K H S L
Decimal 37 100 171 0.78 0.42 0 0.33 211.79 0.64 0.41
Hex 25 64 AB 4E 2A 0 21 D4 40 29
Octal 45 144 253 116 52 0 41 324 100 51
Binary 100101 1100100 10101011 1001110 101010 0 100001 11010100 1000000 101001

Color Harmonies of #2564AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2564AB

Black with #2564AB

Text Example


Text Example

White with #2564AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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