Html Css Color HEX #224D5D Arapawa

📋 copy color: '#224D5D'

red 34 ◦ green 77 ◦ blue 93

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

Shades of Arapawa #224D5D

Tints of Arapawa #224D5D

RGB

 RED value IS 34 (13.67% from 255) = 16.67%

 GREEN value IS 77 (30.47% from 255) = 37.75%

 BLUE value IS 93 (36.72% from 255) = 45.59%

R = 16.67%
G = 37.75%
B = 45.59%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#224D5D (or 0x224D5D) is known color: Arapawa. HEX triplet: 22, 4D and 5D. RGB value is (34,77,93). Sum of RGB (Red+Green+Blue) = 34+77+93=204 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.67% from 204); Green value is 77 (30.47% from 255 or 37.75% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #224D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224D5D is #DDB2A2. Grayscale: #414141. Windows color (decimal): -14529187 or 6114594. OLE color: 6114594.

HSL color Cylindrical-coordinate representation of color #224D5D: hue angle of 196.27º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #224D5D is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 34 77 93 -
CMYK 0.63 0.17 0 0.64
HSL 196.27º 0.46% 0.25% -
HSV(B) 196.27º 0.63% 0.36% -
XYZ 5.29 6.44 11.32 -
YUV 65.97 143.25 105.2 -
System Red Green Blue C M Y K H S L
Decimal 34 77 93 0.63 0.17 0 0.64 196.27 0.46 0.25
Hex 22 4D 5D 3F 11 0 40 C4 2E 19
Octal 42 115 135 77 21 0 100 304 56 31
Binary 100010 1001101 1011101 111111 10001 0 1000000 11000100 101110 11001

Color Harmonies of #224D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224D5D

Black with #224D5D

Text Example


Text Example

White with #224D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224D5D; }

 p { color: rgb(34,77,93); }

 H1.HeaderClassName
 {
   color: #224D5D;
 }
 .AnyTagClassName
 {
   color: #224D5D;
 }
</style>

background-color css

<style>
 a { background-color: #224D5D; }

 a { background-color: rgb(34,77,93); }

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

border-color css

<style>
 span { border-color: #224D5D; }

 span { border-color: rgb(34,77,93); }

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