Html Css Color HEX #2575AF Lochmara

📋 copy color: '#2575AF'

red 37 ◦ green 117 ◦ blue 175

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

Shades of Lochmara #2575AF

Tints of Lochmara #2575AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 53.19%

R = 11.25%
G = 35.56%
B = 53.19%

CMYK

 C value IS 0.79

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2575AF (or 0x2575AF) is known color: Lochmara. HEX triplet: 25, 75 and AF. RGB value is (37,117,175). Sum of RGB (Red+Green+Blue) = 37+117+175=329 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.25% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #2575AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2575AF is #DA8A50. Grayscale: #636363. Windows color (decimal): -14322257 or 11498789. OLE color: 11498789.

HSL color Cylindrical-coordinate representation of color #2575AF: hue angle of 205.22º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2575AF is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 37 117 175 -
CMYK 0.79 0.33 0 0.31
HSL 205.22º 0.65% 0.42% -
HSV(B) 205.22º 0.79% 0.69% -
XYZ 14.86 16.21 42.9 -
YUV 99.69 170.5 83.28 -
System Red Green Blue C M Y K H S L
Decimal 37 117 175 0.79 0.33 0 0.31 205.22 0.65 0.42
Hex 25 75 AF 4F 21 0 1F CD 41 2A
Octal 45 165 257 117 41 0 37 315 101 52
Binary 100101 1110101 10101111 1001111 100001 0 11111 11001101 1000001 101010

Color Harmonies of #2575AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2575AF

Black with #2575AF

Text Example


Text Example

White with #2575AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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