Html Css Color HEX #224963 Arapawa

📋 copy color: '#224963'

red 34 ◦ green 73 ◦ blue 99

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

Shades of Arapawa #224963

Tints of Arapawa #224963

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.44%

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

R = 16.5%
G = 35.44%
B = 48.06%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#224963 (or 0x224963) is known color: Arapawa. HEX triplet: 22, 49 and 63. RGB value is (34,73,99). Sum of RGB (Red+Green+Blue) = 34+73+99=206 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.50% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 99 - color contains mainly: blue. Hex color #224963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224963 is #DDB69C. Grayscale: #404040. Windows color (decimal): -14530205 or 6506786. OLE color: 6506786.

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

Color convert

RGB 34 73 99 -
CMYK 0.66 0.26 0 0.61
HSL 204º 0.49% 0.26% -
HSV(B) 204º 0.66% 0.39% -
XYZ 5.29 6.01 12.68 -
YUV 64.3 147.58 106.39 -
System Red Green Blue C M Y K H S L
Decimal 34 73 99 0.66 0.26 0 0.61 204 0.49 0.26
Hex 22 49 63 42 1A 0 3D CC 31 1A
Octal 42 111 143 102 32 0 75 314 61 32
Binary 100010 1001001 1100011 1000010 11010 0 111101 11001100 110001 11010

Color Harmonies of #224963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224963

Black with #224963

Text Example


Text Example

White with #224963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224963; }

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

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

background-color css

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

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

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

border-color css

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

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

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