Html Css Color HEX #224969 Arapawa

📋 copy color: '#224969'

red 34 ◦ green 73 ◦ blue 105

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

Shades of Arapawa #224969

Tints of Arapawa #224969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 49.53%

R = 16.04%
G = 34.43%
B = 49.53%

CMYK

 C value IS 0.68

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#224969 (or 0x224969) is known color: Arapawa. HEX triplet: 22, 49 and 69. RGB value is (34,73,105). Sum of RGB (Red+Green+Blue) = 34+73+105=212 (28% of max value = 765). Red value is 34 (13.67% from 255 or 16.04% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #224969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224969 is #DDB696. Grayscale: #404040. Windows color (decimal): -14530199 or 6900002. OLE color: 6900002.

HSL color Cylindrical-coordinate representation of color #224969: hue angle of 207.04º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #224969 is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 34 73 105 -
CMYK 0.68 0.30 0 0.59
HSL 207.04º 0.51% 0.27% -
HSV(B) 207.04º 0.68% 0.41% -
XYZ 5.59 6.13 14.25 -
YUV 64.99 150.58 105.9 -
System Red Green Blue C M Y K H S L
Decimal 34 73 105 0.68 0.30 0 0.59 207.04 0.51 0.27
Hex 22 49 69 44 1E 0 3B CF 33 1B
Octal 42 111 151 104 36 0 73 317 63 33
Binary 100010 1001001 1101001 1000100 11110 0 111011 11001111 110011 11011

Color Harmonies of #224969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224969

Black with #224969

Text Example


Text Example

White with #224969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224969; }

 p { color: rgb(34,73,105); }

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

background-color css

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

 a { background-color: rgb(34,73,105); }

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

border-color css

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

 span { border-color: rgb(34,73,105); }

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