Html Css Color HEX #224760 Arapawa

📋 copy color: '#224760'

red 34 ◦ green 71 ◦ blue 96

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

Shades of Arapawa #224760

Tints of Arapawa #224760

RGB

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

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

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

R = 16.92%
G = 35.32%
B = 47.76%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#224760 (or 0x224760) is known color: Arapawa. HEX triplet: 22, 47 and 60. RGB value is (34,71,96). Sum of RGB (Red+Green+Blue) = 34+71+96=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #224760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224760 is #DDB89F. Grayscale: #3E3E3E. Windows color (decimal): -14530720 or 6309666. OLE color: 6309666.

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

Color convert

RGB 34 71 96 -
CMYK 0.65 0.26 0 0.62
HSL 204.19º 0.48% 0.25% -
HSV(B) 204.19º 0.65% 0.38% -
XYZ 5.02 5.69 11.9 -
YUV 62.79 146.74 107.47 -
System Red Green Blue C M Y K H S L
Decimal 34 71 96 0.65 0.26 0 0.62 204.19 0.48 0.25
Hex 22 47 60 41 1A 0 3E CC 30 19
Octal 42 107 140 101 32 0 76 314 60 31
Binary 100010 1000111 1100000 1000001 11010 0 111110 11001100 110000 11001

Color Harmonies of #224760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224760

Black with #224760

Text Example


Text Example

White with #224760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224760; }

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

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

background-color css

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

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

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

border-color css

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

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

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