Html Css Color HEX #225263 Arapawa

📋 copy color: '#225263'

red 34 ◦ green 82 ◦ blue 99

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

Shades of Arapawa #225263

Tints of Arapawa #225263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 46.05%

R = 15.81%
G = 38.14%
B = 46.05%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#225263 (or 0x225263) is known color: Arapawa. HEX triplet: 22, 52 and 63. RGB value is (34,82,99). Sum of RGB (Red+Green+Blue) = 34+82+99=215 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.81% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #225263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225263 is #DDAD9C. Grayscale: #454545. Windows color (decimal): -14527901 or 6509090. OLE color: 6509090.

HSL color Cylindrical-coordinate representation of color #225263: hue angle of 195.69º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #225263 is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 34 82 99 -
CMYK 0.66 0.17 0 0.61
HSL 195.69º 0.49% 0.26% -
HSV(B) 195.69º 0.66% 0.39% -
XYZ 5.93 7.28 12.9 -
YUV 69.59 144.6 102.62 -
System Red Green Blue C M Y K H S L
Decimal 34 82 99 0.66 0.17 0 0.61 195.69 0.49 0.26
Hex 22 52 63 42 11 0 3D C4 31 1A
Octal 42 122 143 102 21 0 75 304 61 32
Binary 100010 1010010 1100011 1000010 10001 0 111101 11000100 110001 11010

Color Harmonies of #225263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225263

Black with #225263

Text Example


Text Example

White with #225263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225263; }

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

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

background-color css

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

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

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

border-color css

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

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

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