Html Css Color HEX #225763 Arapawa

📋 copy color: '#225763'

red 34 ◦ green 87 ◦ blue 99

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

Shades of Arapawa #225763

Tints of Arapawa #225763

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.55%

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

R = 15.45%
G = 39.55%
B = 45%

CMYK

 C value IS 0.66

 M value IS 0.12

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#225763 (or 0x225763) is known color: Arapawa. HEX triplet: 22, 57 and 63. RGB value is (34,87,99). Sum of RGB (Red+Green+Blue) = 34+87+99=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 87 (34.38% from 255 or 39.55% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #225763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225763 is #DDA89C. Grayscale: #484848. Windows color (decimal): -14526621 or 6510370. OLE color: 6510370.

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

Color convert

RGB 34 87 99 -
CMYK 0.66 0.12 0 0.61
HSL 191.08º 0.49% 0.26% -
HSV(B) 191.08º 0.66% 0.39% -
XYZ 6.32 8.06 13.03 -
YUV 72.52 142.94 100.52 -
System Red Green Blue C M Y K H S L
Decimal 34 87 99 0.66 0.12 0 0.61 191.08 0.49 0.26
Hex 22 57 63 42 C 0 3D BF 31 1A
Octal 42 127 143 102 14 0 75 277 61 32
Binary 100010 1010111 1100011 1000010 1100 0 111101 10111111 110001 11010

Color Harmonies of #225763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225763

Black with #225763

Text Example


Text Example

White with #225763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225763; }

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

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

background-color css

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

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

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

border-color css

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

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

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