Html Css Color HEX #224762 Arapawa

📋 copy color: '#224762'

red 34 ◦ green 71 ◦ blue 98

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

Shades of Arapawa #224762

Tints of Arapawa #224762

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.98%

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

R = 16.75%
G = 34.98%
B = 48.28%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#224762 (or 0x224762) is known color: Arapawa. HEX triplet: 22, 47 and 62. RGB value is (34,71,98). Sum of RGB (Red+Green+Blue) = 34+71+98=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 98 - color contains mainly: blue. Hex color #224762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224762 is #DDB89D. Grayscale: #3E3E3E. Windows color (decimal): -14530718 or 6440738. OLE color: 6440738.

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

Color convert

RGB 34 71 98 -
CMYK 0.65 0.28 0 0.62
HSL 205.31º 0.48% 0.26% -
HSV(B) 205.31º 0.65% 0.38% -
XYZ 5.12 5.73 12.39 -
YUV 63.02 147.74 107.3 -
System Red Green Blue C M Y K H S L
Decimal 34 71 98 0.65 0.28 0 0.62 205.31 0.48 0.26
Hex 22 47 62 41 1C 0 3E CD 30 1A
Octal 42 107 142 101 34 0 76 315 60 32
Binary 100010 1000111 1100010 1000001 11100 0 111110 11001101 110000 11010

Color Harmonies of #224762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224762

Black with #224762

Text Example


Text Example

White with #224762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224762; }

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

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

background-color css

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

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

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

border-color css

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

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

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