Html Css Color HEX #224868 Arapawa

📋 copy color: '#224868'

red 34 ◦ green 72 ◦ blue 104

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

Shades of Arapawa #224868

Tints of Arapawa #224868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 49.52%

R = 16.19%
G = 34.29%
B = 49.52%

CMYK

 C value IS 0.67

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#224868 (or 0x224868) is known color: Arapawa. HEX triplet: 22, 48 and 68. RGB value is (34,72,104). Sum of RGB (Red+Green+Blue) = 34+72+104=210 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.19% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #224868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224868 is #DDB797. Grayscale: #404040. Windows color (decimal): -14530456 or 6834210. OLE color: 6834210.

HSL color Cylindrical-coordinate representation of color #224868: hue angle of 207.43º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #224868 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 34 72 104 -
CMYK 0.67 0.31 0 0.59
HSL 207.43º 0.51% 0.27% -
HSV(B) 207.43º 0.67% 0.41% -
XYZ 5.48 5.97 13.96 -
YUV 64.29 150.41 106.4 -
System Red Green Blue C M Y K H S L
Decimal 34 72 104 0.67 0.31 0 0.59 207.43 0.51 0.27
Hex 22 48 68 43 1F 0 3B CF 33 1B
Octal 42 110 150 103 37 0 73 317 63 33
Binary 100010 1001000 1101000 1000011 11111 0 111011 11001111 110011 11011

Color Harmonies of #224868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224868

Black with #224868

Text Example


Text Example

White with #224868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224868; }

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

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

background-color css

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

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

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

border-color css

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

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

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