Html Css Color HEX #224C62 Arapawa

📋 copy color: '#224C62'

red 34 ◦ green 76 ◦ blue 98

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

Shades of Arapawa #224C62

Tints of Arapawa #224C62

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.54%

 BLUE value IS 98 (38.67% from 255) = 47.12%

R = 16.35%
G = 36.54%
B = 47.12%

CMYK

 C value IS 0.65

 M value IS 0.22

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#224C62 (or 0x224C62) is known color: Arapawa. HEX triplet: 22, 4C and 62. RGB value is (34,76,98). Sum of RGB (Red+Green+Blue) = 34+76+98=208 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.35% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 98 (38.67% from 255 or 47.12% from 208); Max value from RGB is 98 - color contains mainly: blue. Hex color #224C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224C62 is #DDB39D. Grayscale: #414141. Windows color (decimal): -14529438 or 6442018. OLE color: 6442018.

HSL color Cylindrical-coordinate representation of color #224C62: hue angle of 200.62º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #224C62 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 34 76 98 -
CMYK 0.65 0.22 0 0.62
HSL 200.63º 0.48% 0.26% -
HSV(B) 200.63º 0.65% 0.38% -
XYZ 5.45 6.39 12.5 -
YUV 65.95 146.09 105.21 -
System Red Green Blue C M Y K H S L
Decimal 34 76 98 0.65 0.22 0 0.62 200.63 0.48 0.26
Hex 22 4C 62 41 16 0 3E C9 30 1A
Octal 42 114 142 101 26 0 76 311 60 32
Binary 100010 1001100 1100010 1000001 10110 0 111110 11001001 110000 11010

Color Harmonies of #224C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224C62

Black with #224C62

Text Example


Text Example

White with #224C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,76,98); }

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

background-color css

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

 a { background-color: rgb(34,76,98); }

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

border-color css

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

 span { border-color: rgb(34,76,98); }

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