Html Css Color HEX #224860 Arapawa

📋 copy color: '#224860'

red 34 ◦ green 72 ◦ blue 96

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

Shades of Arapawa #224860

Tints of Arapawa #224860

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.64%

 BLUE value IS 96 (37.89% from 255) = 47.52%

R = 16.83%
G = 35.64%
B = 47.52%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#224860 (or 0x224860) is known color: Arapawa. HEX triplet: 22, 48 and 60. RGB value is (34,72,96). Sum of RGB (Red+Green+Blue) = 34+72+96=202 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.83% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #224860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224860 is #DDB79F. Grayscale: #3F3F3F. Windows color (decimal): -14530464 or 6309922. OLE color: 6309922.

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

Color convert

RGB 34 72 96 -
CMYK 0.65 0.25 0 0.62
HSL 203.23º 0.48% 0.25% -
HSV(B) 203.23º 0.65% 0.38% -
XYZ 5.09 5.82 11.92 -
YUV 63.37 146.41 107.05 -
System Red Green Blue C M Y K H S L
Decimal 34 72 96 0.65 0.25 0 0.62 203.23 0.48 0.25
Hex 22 48 60 41 19 0 3E CB 30 19
Octal 42 110 140 101 31 0 76 313 60 31
Binary 100010 1001000 1100000 1000001 11001 0 111110 11001011 110000 11001

Color Harmonies of #224860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224860

Black with #224860

Text Example


Text Example

White with #224860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224860; }

 p { color: rgb(34,72,96); }

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

background-color css

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

 a { background-color: rgb(34,72,96); }

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

border-color css

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

 span { border-color: rgb(34,72,96); }

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