Html Css Color HEX #224866 Arapawa

📋 copy color: '#224866'

red 34 ◦ green 72 ◦ blue 102

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

Shades of Arapawa #224866

Tints of Arapawa #224866

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.62%

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

R = 16.35%
G = 34.62%
B = 49.04%

CMYK

 C value IS 0.67

 M value IS 0.29

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#224866 (or 0x224866) is known color: Arapawa. HEX triplet: 22, 48 and 66. RGB value is (34,72,102). Sum of RGB (Red+Green+Blue) = 34+72+102=208 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.35% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: blue. Hex color #224866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224866 is #DDB799. Grayscale: #3F3F3F. Windows color (decimal): -14530458 or 6703138. OLE color: 6703138.

HSL color Cylindrical-coordinate representation of color #224866: hue angle of 206.47º 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 #224866 is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 34 72 102 -
CMYK 0.67 0.29 0 0.6
HSL 206.47º 0.5% 0.27% -
HSV(B) 206.47º 0.67% 0.4% -
XYZ 5.38 5.93 13.43 -
YUV 64.06 149.41 106.56 -
System Red Green Blue C M Y K H S L
Decimal 34 72 102 0.67 0.29 0 0.6 206.47 0.5 0.27
Hex 22 48 66 43 1D 0 3C CE 32 1B
Octal 42 110 146 103 35 0 74 316 62 33
Binary 100010 1001000 1100110 1000011 11101 0 111100 11001110 110010 11011

Color Harmonies of #224866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224866

Black with #224866

Text Example


Text Example

White with #224866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224866; }

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

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

background-color css

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

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

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

border-color css

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

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

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