Html Css Color HEX #2461A4 Lochmara

📋 copy color: '#2461A4'

red 36 ◦ green 97 ◦ blue 164

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

Shades of Lochmara #2461A4

Tints of Lochmara #2461A4

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.66%

 BLUE value IS 164 (64.45% from 255) = 55.22%

R = 12.12%
G = 32.66%
B = 55.22%

CMYK

 C value IS 0.78

 M value IS 0.41

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#2461A4 (or 0x2461A4) is known color: Lochmara. HEX triplet: 24, 61 and A4. RGB value is (36,97,164). Sum of RGB (Red+Green+Blue) = 36+97+164=297 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.12% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 164 (64.45% from 255 or 55.22% from 297); Max value from RGB is 164 - color contains mainly: blue. Hex color #2461A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2461A4 is #DB9E5B. Grayscale: #565656. Windows color (decimal): -14392924 or 10772772. OLE color: 10772772.

HSL color Cylindrical-coordinate representation of color #2461A4: hue angle of 211.41º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2461A4 is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 36 97 164 -
CMYK 0.78 0.41 0 0.36
HSL 211.41º 0.64% 0.39% -
HSV(B) 211.41º 0.78% 0.64% -
XYZ 11.7 11.6 36.75 -
YUV 86.4 171.79 92.05 -
System Red Green Blue C M Y K H S L
Decimal 36 97 164 0.78 0.41 0 0.36 211.41 0.64 0.39
Hex 24 61 A4 4E 29 0 24 D3 40 27
Octal 44 141 244 116 51 0 44 323 100 47
Binary 100100 1100001 10100100 1001110 101001 0 100100 11010011 1000000 100111

Color Harmonies of #2461A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2461A4

Black with #2461A4

Text Example


Text Example

White with #2461A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2461A4; }

 p { color: rgb(36,97,164); }

 H1.HeaderClassName
 {
   color: #2461A4;
 }
 .AnyTagClassName
 {
   color: #2461A4;
 }
</style>

background-color css

<style>
 a { background-color: #2461A4; }

 a { background-color: rgb(36,97,164); }

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

border-color css

<style>
 span { border-color: #2461A4; }

 span { border-color: rgb(36,97,164); }

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