Html Css Color HEX #224A62 Arapawa

📋 copy color: '#224A62'

red 34 ◦ green 74 ◦ blue 98

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

Shades of Arapawa #224A62

Tints of Arapawa #224A62

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.92%

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

R = 16.5%
G = 35.92%
B = 47.57%

CMYK

 C value IS 0.65

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#224A62 (or 0x224A62) is known color: Arapawa. HEX triplet: 22, 4A and 62. RGB value is (34,74,98). Sum of RGB (Red+Green+Blue) = 34+74+98=206 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.50% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 98 (38.67% from 255 or 47.57% from 206); Max value from RGB is 98 - color contains mainly: blue. Hex color #224A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224A62 is #DDB59D. Grayscale: #404040. Windows color (decimal): -14529950 or 6441506. OLE color: 6441506.

HSL color Cylindrical-coordinate representation of color #224A62: hue angle of 202.5º 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 #224A62 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 34 74 98 -
CMYK 0.65 0.24 0 0.62
HSL 202.5º 0.48% 0.26% -
HSV(B) 202.5º 0.65% 0.38% -
XYZ 5.31 6.12 12.46 -
YUV 64.78 146.75 106.05 -
System Red Green Blue C M Y K H S L
Decimal 34 74 98 0.65 0.24 0 0.62 202.5 0.48 0.26
Hex 22 4A 62 41 18 0 3E CA 30 1A
Octal 42 112 142 101 30 0 76 312 60 32
Binary 100010 1001010 1100010 1000001 11000 0 111110 11001010 110000 11010

Color Harmonies of #224A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224A62

Black with #224A62

Text Example


Text Example

White with #224A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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