Html Css Color HEX #2475AB Lochmara

📋 copy color: '#2475AB'

red 36 ◦ green 117 ◦ blue 171

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

Shades of Lochmara #2475AB

Tints of Lochmara #2475AB

RGB

 RED value IS 36 (14.45% from 255) = 11.11%

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

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

R = 11.11%
G = 36.11%
B = 52.78%

CMYK

 C value IS 0.79

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2475AB (or 0x2475AB) is known color: Lochmara. HEX triplet: 24, 75 and AB. RGB value is (36,117,171). Sum of RGB (Red+Green+Blue) = 36+117+171=324 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.11% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #2475AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2475AB is #DB8A54. Grayscale: #626262. Windows color (decimal): -14387797 or 11236644. OLE color: 11236644.

HSL color Cylindrical-coordinate representation of color #2475AB: hue angle of 204º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2475AB is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 117 171 -
CMYK 0.79 0.32 0 0.33
HSL 204º 0.65% 0.41% -
HSV(B) 204º 0.79% 0.67% -
XYZ 14.44 16.04 40.86 -
YUV 98.94 168.66 83.11 -
System Red Green Blue C M Y K H S L
Decimal 36 117 171 0.79 0.32 0 0.33 204 0.65 0.41
Hex 24 75 AB 4F 20 0 21 CC 41 29
Octal 44 165 253 117 40 0 41 314 101 51
Binary 100100 1110101 10101011 1001111 100000 0 100001 11001100 1000001 101001

Color Harmonies of #2475AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2475AB

Black with #2475AB

Text Example


Text Example

White with #2475AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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