Html Css Color HEX #224966 Arapawa

📋 copy color: '#224966'

red 34 ◦ green 73 ◦ blue 102

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

Shades of Arapawa #224966

Tints of Arapawa #224966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 48.8%

R = 16.27%
G = 34.93%
B = 48.8%

CMYK

 C value IS 0.67

 M value IS 0.28

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#224966 (or 0x224966) is known color: Arapawa. HEX triplet: 22, 49 and 66. RGB value is (34,73,102). Sum of RGB (Red+Green+Blue) = 34+73+102=209 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.27% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #224966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224966 is #DDB699. Grayscale: #404040. Windows color (decimal): -14530202 or 6703394. OLE color: 6703394.

HSL color Cylindrical-coordinate representation of color #224966: hue angle of 205.59º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #224966 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 34 73 102 -
CMYK 0.67 0.28 0 0.6
HSL 205.59º 0.5% 0.27% -
HSV(B) 205.59º 0.67% 0.4% -
XYZ 5.44 6.06 13.45 -
YUV 64.65 149.08 106.14 -
System Red Green Blue C M Y K H S L
Decimal 34 73 102 0.67 0.28 0 0.6 205.59 0.5 0.27
Hex 22 49 66 43 1C 0 3C CE 32 1B
Octal 42 111 146 103 34 0 74 316 62 33
Binary 100010 1001001 1100110 1000011 11100 0 111100 11001110 110010 11011

Color Harmonies of #224966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224966

Black with #224966

Text Example


Text Example

White with #224966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224966; }

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

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

background-color css

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

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

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

border-color css

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

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

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