Html Css Color HEX #225261 Arapawa

📋 copy color: '#225261'

red 34 ◦ green 82 ◦ blue 97

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

Shades of Arapawa #225261

Tints of Arapawa #225261

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.5%

 BLUE value IS 97 (38.28% from 255) = 45.54%

R = 15.96%
G = 38.5%
B = 45.54%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#225261 (or 0x225261) is known color: Arapawa. HEX triplet: 22, 52 and 61. RGB value is (34,82,97). Sum of RGB (Red+Green+Blue) = 34+82+97=213 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.96% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #225261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225261 is #DDAD9E. Grayscale: #454545. Windows color (decimal): -14527903 or 6378018. OLE color: 6378018.

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

Color convert

RGB 34 82 97 -
CMYK 0.65 0.15 0 0.62
HSL 194.29º 0.48% 0.26% -
HSV(B) 194.29º 0.65% 0.38% -
XYZ 5.83 7.24 12.4 -
YUV 69.36 143.6 102.78 -
System Red Green Blue C M Y K H S L
Decimal 34 82 97 0.65 0.15 0 0.62 194.29 0.48 0.26
Hex 22 52 61 41 F 0 3E C2 30 1A
Octal 42 122 141 101 17 0 76 302 60 32
Binary 100010 1010010 1100001 1000001 1111 0 111110 11000010 110000 11010

Color Harmonies of #225261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225261

Black with #225261

Text Example


Text Example

White with #225261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225261; }

 p { color: rgb(34,82,97); }

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

background-color css

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

 a { background-color: rgb(34,82,97); }

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

border-color css

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

 span { border-color: rgb(34,82,97); }

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