Html Css Color HEX #2A5363 Arapawa

📋 copy color: '#2A5363'

red 42 ◦ green 83 ◦ blue 99

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

Shades of Arapawa #2A5363

Tints of Arapawa #2A5363

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.05%

 BLUE value IS 99 (39.06% from 255) = 44.2%

R = 18.75%
G = 37.05%
B = 44.2%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2A5363 (or 0x2A5363) is known color: Arapawa. HEX triplet: 2A, 53 and 63. RGB value is (42,83,99). Sum of RGB (Red+Green+Blue) = 42+83+99=224 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.75% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #2A5363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5363 is #D5AC9C. Grayscale: #484848. Windows color (decimal): -14003357 or 6509354. OLE color: 6509354.

HSL color Cylindrical-coordinate representation of color #2A5363: hue angle of 196.84º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A5363 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 42 83 99 -
CMYK 0.58 0.16 0 0.61
HSL 196.84º 0.4% 0.28% -
HSV(B) 196.84º 0.58% 0.39% -
XYZ 6.3 7.58 12.94 -
YUV 72.57 142.92 106.2 -
System Red Green Blue C M Y K H S L
Decimal 42 83 99 0.58 0.16 0 0.61 196.84 0.4 0.28
Hex 2A 53 63 3A 10 0 3D C5 28 1C
Octal 52 123 143 72 20 0 75 305 50 34
Binary 101010 1010011 1100011 111010 10000 0 111101 11000101 101000 11100

Color Harmonies of #2A5363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5363

Black with #2A5363

Text Example


Text Example

White with #2A5363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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