Html Css Color HEX #224D69 Arapawa

📋 copy color: '#224D69'

red 34 ◦ green 77 ◦ blue 105

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

Shades of Arapawa #224D69

Tints of Arapawa #224D69

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35.65%

 BLUE value IS 105 (41.41% from 255) = 48.61%

R = 15.74%
G = 35.65%
B = 48.61%

CMYK

 C value IS 0.68

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#224D69 (or 0x224D69) is known color: Arapawa. HEX triplet: 22, 4D and 69. RGB value is (34,77,105). Sum of RGB (Red+Green+Blue) = 34+77+105=216 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.74% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #224D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224D69 is #DDB296. Grayscale: #434343. Windows color (decimal): -14529175 or 6901026. OLE color: 6901026.

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

Color convert

RGB 34 77 105 -
CMYK 0.68 0.27 0 0.59
HSL 203.66º 0.51% 0.27% -
HSV(B) 203.66º 0.68% 0.41% -
XYZ 5.86 6.67 14.34 -
YUV 67.34 149.25 104.22 -
System Red Green Blue C M Y K H S L
Decimal 34 77 105 0.68 0.27 0 0.59 203.66 0.51 0.27
Hex 22 4D 69 44 1B 0 3B CC 33 1B
Octal 42 115 151 104 33 0 73 314 63 33
Binary 100010 1001101 1101001 1000100 11011 0 111011 11001100 110011 11011

Color Harmonies of #224D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224D69

Black with #224D69

Text Example


Text Example

White with #224D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,77,105); }

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

background-color css

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

 a { background-color: rgb(34,77,105); }

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

border-color css

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

 span { border-color: rgb(34,77,105); }

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