Html Css Color HEX #224E63 Arapawa

📋 copy color: '#224E63'

red 34 ◦ green 78 ◦ blue 99

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

Shades of Arapawa #224E63

Tints of Arapawa #224E63

RGB

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

 GREEN value IS 78 (30.86% from 255) = 36.97%

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

R = 16.11%
G = 36.97%
B = 46.92%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#224E63 (or 0x224E63) is known color: Arapawa. HEX triplet: 22, 4E and 63. RGB value is (34,78,99). Sum of RGB (Red+Green+Blue) = 34+78+99=211 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.11% from 211); Green value is 78 (30.86% from 255 or 36.97% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: blue. Hex color #224E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224E63 is #DDB19C. Grayscale: #434343. Windows color (decimal): -14528925 or 6508066. OLE color: 6508066.

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

Color convert

RGB 34 78 99 -
CMYK 0.66 0.21 0 0.61
HSL 199.38º 0.49% 0.26% -
HSV(B) 199.38º 0.66% 0.39% -
XYZ 5.64 6.69 12.8 -
YUV 67.24 145.92 104.29 -
System Red Green Blue C M Y K H S L
Decimal 34 78 99 0.66 0.21 0 0.61 199.38 0.49 0.26
Hex 22 4E 63 42 15 0 3D C7 31 1A
Octal 42 116 143 102 25 0 75 307 61 32
Binary 100010 1001110 1100011 1000010 10101 0 111101 11000111 110001 11010

Color Harmonies of #224E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224E63

Black with #224E63

Text Example


Text Example

White with #224E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224E63; }

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

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

background-color css

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

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

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

border-color css

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

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

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