Html Css Color HEX #2C495A Arapawa

📋 copy color: '#2C495A'

red 44 ◦ green 73 ◦ blue 90

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

Shades of Arapawa #2C495A

Tints of Arapawa #2C495A

RGB

 RED value IS 44 (17.58% from 255) = 21.26%

 GREEN value IS 73 (28.91% from 255) = 35.27%

 BLUE value IS 90 (35.55% from 255) = 43.48%

R = 21.26%
G = 35.27%
B = 43.48%

CMYK

 C value IS 0.51

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2C495A (or 0x2C495A) is known color: Arapawa. HEX triplet: 2C, 49 and 5A. RGB value is (44,73,90). Sum of RGB (Red+Green+Blue) = 44+73+90=207 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.26% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 90 - color contains mainly: blue. Hex color #2C495A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C495A is #D3B6A5. Grayscale: #424242. Windows color (decimal): -13874854 or 5916972. OLE color: 5916972.

HSL color Cylindrical-coordinate representation of color #2C495A: hue angle of 202.17º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2C495A is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 44 73 90 -
CMYK 0.51 0.19 0 0.65
HSL 202.17º 0.34% 0.26% -
HSV(B) 202.17º 0.51% 0.35% -
XYZ 5.27 6.04 10.56 -
YUV 66.27 141.39 112.12 -
System Red Green Blue C M Y K H S L
Decimal 44 73 90 0.51 0.19 0 0.65 202.17 0.34 0.26
Hex 2C 49 5A 33 13 0 41 CA 22 1A
Octal 54 111 132 63 23 0 101 312 42 32
Binary 101100 1001001 1011010 110011 10011 0 1000001 11001010 100010 11010

Color Harmonies of #2C495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C495A

Black with #2C495A

Text Example


Text Example

White with #2C495A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,73,90); }

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

background-color css

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

 a { background-color: rgb(44,73,90); }

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

border-color css

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

 span { border-color: rgb(44,73,90); }

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