Html Css Color HEX #224E5D Arapawa

📋 copy color: '#224E5D'

red 34 ◦ green 78 ◦ blue 93

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

Shades of Arapawa #224E5D

Tints of Arapawa #224E5D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 38.05%

 BLUE value IS 93 (36.72% from 255) = 45.37%

R = 16.59%
G = 38.05%
B = 45.37%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#224E5D (or 0x224E5D) is known color: Arapawa. HEX triplet: 22, 4E and 5D. RGB value is (34,78,93). Sum of RGB (Red+Green+Blue) = 34+78+93=205 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.59% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #224E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224E5D is #DDB1A2. Grayscale: #424242. Windows color (decimal): -14528931 or 6114850. OLE color: 6114850.

HSL color Cylindrical-coordinate representation of color #224E5D: hue angle of 195.25º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #224E5D is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 34 78 93 -
CMYK 0.63 0.16 0 0.64
HSL 195.25º 0.46% 0.25% -
HSV(B) 195.25º 0.63% 0.36% -
XYZ 5.36 6.58 11.34 -
YUV 66.55 142.92 104.78 -
System Red Green Blue C M Y K H S L
Decimal 34 78 93 0.63 0.16 0 0.64 195.25 0.46 0.25
Hex 22 4E 5D 3F 10 0 40 C3 2E 19
Octal 42 116 135 77 20 0 100 303 56 31
Binary 100010 1001110 1011101 111111 10000 0 1000000 11000011 101110 11001

Color Harmonies of #224E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224E5D

Black with #224E5D

Text Example


Text Example

White with #224E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,78,93); }

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

background-color css

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

 a { background-color: rgb(34,78,93); }

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

border-color css

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

 span { border-color: rgb(34,78,93); }

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