Html Css Color HEX #2A63AA Lochmara

📋 copy color: '#2A63AA'

red 42 ◦ green 99 ◦ blue 170

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

Shades of Lochmara #2A63AA

Tints of Lochmara #2A63AA

RGB

 RED value IS 42 (16.8% from 255) = 13.5%

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

 BLUE value IS 170 (66.8% from 255) = 54.66%

R = 13.5%
G = 31.83%
B = 54.66%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2A63AA (or 0x2A63AA) is known color: Lochmara. HEX triplet: 2A, 63 and AA. RGB value is (42,99,170). Sum of RGB (Red+Green+Blue) = 42+99+170=311 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.50% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #2A63AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A63AA is #D59C55. Grayscale: #595959. Windows color (decimal): -13999190 or 11166506. OLE color: 11166506.

HSL color Cylindrical-coordinate representation of color #2A63AA: hue angle of 213.28º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A63AA is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 42 99 170 -
CMYK 0.75 0.42 0 0.33
HSL 213.28º 0.6% 0.42% -
HSV(B) 213.28º 0.75% 0.67% -
XYZ 12.67 12.32 39.74 -
YUV 90.05 173.12 93.73 -
System Red Green Blue C M Y K H S L
Decimal 42 99 170 0.75 0.42 0 0.33 213.28 0.6 0.42
Hex 2A 63 AA 4B 2A 0 21 D5 3C 2A
Octal 52 143 252 113 52 0 41 325 74 52
Binary 101010 1100011 10101010 1001011 101010 0 100001 11010101 111100 101010

Color Harmonies of #2A63AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A63AA

Black with #2A63AA

Text Example


Text Example

White with #2A63AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A63AA; }

 p { color: rgb(42,99,170); }

 H1.HeaderClassName
 {
   color: #2A63AA;
 }
 .AnyTagClassName
 {
   color: #2A63AA;
 }
</style>

background-color css

<style>
 a { background-color: #2A63AA; }

 a { background-color: rgb(42,99,170); }

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

border-color css

<style>
 span { border-color: #2A63AA; }

 span { border-color: rgb(42,99,170); }

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