Html Css Color HEX #2A5064 Arapawa

📋 copy color: '#2A5064'

red 42 ◦ green 80 ◦ blue 100

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

Shades of Arapawa #2A5064

Tints of Arapawa #2A5064

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.04%

 BLUE value IS 100 (39.45% from 255) = 45.05%

R = 18.92%
G = 36.04%
B = 45.05%

CMYK

 C value IS 0.58

 M value IS 0.2

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2A5064 (or 0x2A5064) is known color: Arapawa. HEX triplet: 2A, 50 and 64. RGB value is (42,80,100). Sum of RGB (Red+Green+Blue) = 42+80+100=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 100 (39.45% from 255 or 45.05% from 222); Max value from RGB is 100 - color contains mainly: blue. Hex color #2A5064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5064 is #D5AF9B. Grayscale: #464646. Windows color (decimal): -14004124 or 6574122. OLE color: 6574122.

HSL color Cylindrical-coordinate representation of color #2A5064: hue angle of 200.69º degrees, saturation: 0.41, 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 #2A5064 is Cyan = 0.58, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 42 80 100 -
CMYK 0.58 0.2 0 0.61
HSL 200.69º 0.41% 0.28% -
HSV(B) 200.69º 0.58% 0.39% -
XYZ 6.12 7.15 13.11 -
YUV 70.92 144.41 107.37 -
System Red Green Blue C M Y K H S L
Decimal 42 80 100 0.58 0.2 0 0.61 200.69 0.41 0.28
Hex 2A 50 64 3A 14 0 3D C9 29 1C
Octal 52 120 144 72 24 0 75 311 51 34
Binary 101010 1010000 1100100 111010 10100 0 111101 11001001 101001 11100

Color Harmonies of #2A5064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5064

Black with #2A5064

Text Example


Text Example

White with #2A5064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,80,100); }

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

background-color css

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

 a { background-color: rgb(42,80,100); }

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

border-color css

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

 span { border-color: rgb(42,80,100); }

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