Html Css Color HEX #225063 Arapawa

📋 copy color: '#225063'

red 34 ◦ green 80 ◦ blue 99

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

Shades of Arapawa #225063

Tints of Arapawa #225063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.56%

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

R = 15.96%
G = 37.56%
B = 46.48%

CMYK

 C value IS 0.66

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#225063 (or 0x225063) is known color: Arapawa. HEX triplet: 22, 50 and 63. RGB value is (34,80,99). Sum of RGB (Red+Green+Blue) = 34+80+99=213 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.96% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #225063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225063 is #DDAF9C. Grayscale: #444444. Windows color (decimal): -14528413 or 6508578. OLE color: 6508578.

HSL color Cylindrical-coordinate representation of color #225063: hue angle of 197.54º 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 #225063 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 34 80 99 -
CMYK 0.66 0.19 0 0.61
HSL 197.54º 0.49% 0.26% -
HSV(B) 197.54º 0.66% 0.39% -
XYZ 5.78 6.98 12.85 -
YUV 68.41 145.26 103.46 -
System Red Green Blue C M Y K H S L
Decimal 34 80 99 0.66 0.19 0 0.61 197.54 0.49 0.26
Hex 22 50 63 42 13 0 3D C6 31 1A
Octal 42 120 143 102 23 0 75 306 61 32
Binary 100010 1010000 1100011 1000010 10011 0 111101 11000110 110001 11010

Color Harmonies of #225063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225063

Black with #225063

Text Example


Text Example

White with #225063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225063; }

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

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

background-color css

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

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

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

border-color css

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

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

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