Html Css Color HEX #224D62 Arapawa

📋 copy color: '#224D62'

red 34 ◦ green 77 ◦ blue 98

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

Shades of Arapawa #224D62

Tints of Arapawa #224D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 46.89%

R = 16.27%
G = 36.84%
B = 46.89%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#224D62 (or 0x224D62) is known color: Arapawa. HEX triplet: 22, 4D and 62. RGB value is (34,77,98). Sum of RGB (Red+Green+Blue) = 34+77+98=209 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.27% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 98 - color contains mainly: blue. Hex color #224D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224D62 is #DDB29D. Grayscale: #424242. Windows color (decimal): -14529182 or 6442274. OLE color: 6442274.

HSL color Cylindrical-coordinate representation of color #224D62: hue angle of 199.69º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #224D62 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 34 77 98 -
CMYK 0.65 0.21 0 0.62
HSL 199.69º 0.48% 0.26% -
HSV(B) 199.69º 0.65% 0.38% -
XYZ 5.52 6.53 12.52 -
YUV 66.54 145.75 104.79 -
System Red Green Blue C M Y K H S L
Decimal 34 77 98 0.65 0.21 0 0.62 199.69 0.48 0.26
Hex 22 4D 62 41 15 0 3E C8 30 1A
Octal 42 115 142 101 25 0 76 310 60 32
Binary 100010 1001101 1100010 1000001 10101 0 111110 11001000 110000 11010

Color Harmonies of #224D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224D62

Black with #224D62

Text Example


Text Example

White with #224D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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