Html Css Color HEX #2575AB Lochmara

📋 copy color: '#2575AB'

red 37 ◦ green 117 ◦ blue 171

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

Shades of Lochmara #2575AB

Tints of Lochmara #2575AB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36%

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

R = 11.38%
G = 36%
B = 52.62%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2575AB (or 0x2575AB) is known color: Lochmara. HEX triplet: 25, 75 and AB. RGB value is (37,117,171). Sum of RGB (Red+Green+Blue) = 37+117+171=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #2575AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2575AB is #DA8A54. Grayscale: #626262. Windows color (decimal): -14322261 or 11236645. OLE color: 11236645.

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

Color convert

RGB 37 117 171 -
CMYK 0.78 0.32 0 0.33
HSL 204.18º 0.64% 0.41% -
HSV(B) 204.18º 0.78% 0.67% -
XYZ 14.47 16.06 40.86 -
YUV 99.24 168.5 83.61 -
System Red Green Blue C M Y K H S L
Decimal 37 117 171 0.78 0.32 0 0.33 204.18 0.64 0.41
Hex 25 75 AB 4E 20 0 21 CC 40 29
Octal 45 165 253 116 40 0 41 314 100 51
Binary 100101 1110101 10101011 1001110 100000 0 100001 11001100 1000000 101001

Color Harmonies of #2575AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2575AB

Black with #2575AB

Text Example


Text Example

White with #2575AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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