Html Css Color HEX #2463A1 Lochmara

📋 copy color: '#2463A1'

red 36 ◦ green 99 ◦ blue 161

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

Shades of Lochmara #2463A1

Tints of Lochmara #2463A1

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.45%

 BLUE value IS 161 (63.28% from 255) = 54.39%

R = 12.16%
G = 33.45%
B = 54.39%

CMYK

 C value IS 0.78

 M value IS 0.39

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#2463A1 (or 0x2463A1) is known color: Lochmara. HEX triplet: 24, 63 and A1. RGB value is (36,99,161). Sum of RGB (Red+Green+Blue) = 36+99+161=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 161 (63.28% from 255 or 54.39% from 296); Max value from RGB is 161 - color contains mainly: blue. Hex color #2463A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2463A1 is #DB9C5E. Grayscale: #565656. Windows color (decimal): -14392415 or 10576676. OLE color: 10576676.

HSL color Cylindrical-coordinate representation of color #2463A1: hue angle of 209.76º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2463A1 is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 36 99 161 -
CMYK 0.78 0.39 0 0.37
HSL 209.76º 0.63% 0.39% -
HSV(B) 209.76º 0.78% 0.63% -
XYZ 11.62 11.87 35.4 -
YUV 87.23 169.63 91.46 -
System Red Green Blue C M Y K H S L
Decimal 36 99 161 0.78 0.39 0 0.37 209.76 0.63 0.39
Hex 24 63 A1 4E 27 0 25 D2 3F 27
Octal 44 143 241 116 47 0 45 322 77 47
Binary 100100 1100011 10100001 1001110 100111 0 100101 11010010 111111 100111

Color Harmonies of #2463A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2463A1

Black with #2463A1

Text Example


Text Example

White with #2463A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2463A1; }

 p { color: rgb(36,99,161); }

 H1.HeaderClassName
 {
   color: #2463A1;
 }
 .AnyTagClassName
 {
   color: #2463A1;
 }
</style>

background-color css

<style>
 a { background-color: #2463A1; }

 a { background-color: rgb(36,99,161); }

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

border-color css

<style>
 span { border-color: #2463A1; }

 span { border-color: rgb(36,99,161); }

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