Html Css Color HEX #214A61 Arapawa

📋 copy color: '#214A61'

red 33 ◦ green 74 ◦ blue 97

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

Shades of Arapawa #214A61

Tints of Arapawa #214A61

RGB

 RED value IS 33 (13.28% from 255) = 16.18%

 GREEN value IS 74 (29.3% from 255) = 36.27%

 BLUE value IS 97 (38.28% from 255) = 47.55%

R = 16.18%
G = 36.27%
B = 47.55%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#214A61 (or 0x214A61) is known color: Arapawa. HEX triplet: 21, 4A and 61. RGB value is (33,74,97). Sum of RGB (Red+Green+Blue) = 33+74+97=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #214A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214A61 is #DEB59E. Grayscale: #404040. Windows color (decimal): -14595487 or 6375969. OLE color: 6375969.

HSL color Cylindrical-coordinate representation of color #214A61: hue angle of 201.56º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #214A61 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 74 97 -
CMYK 0.66 0.24 0 0.62
HSL 201.56º 0.49% 0.25% -
HSV(B) 201.56º 0.66% 0.38% -
XYZ 5.23 6.08 12.21 -
YUV 64.36 146.42 105.63 -
System Red Green Blue C M Y K H S L
Decimal 33 74 97 0.66 0.24 0 0.62 201.56 0.49 0.25
Hex 21 4A 61 42 18 0 3E CA 31 19
Octal 41 112 141 102 30 0 76 312 61 31
Binary 100001 1001010 1100001 1000010 11000 0 111110 11001010 110001 11001

Color Harmonies of #214A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214A61

Black with #214A61

Text Example


Text Example

White with #214A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214A61; }

 p { color: rgb(33,74,97); }

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

background-color css

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

 a { background-color: rgb(33,74,97); }

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

border-color css

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

 span { border-color: rgb(33,74,97); }

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