Html Css Color HEX #214C61 Arapawa

📋 copy color: '#214C61'

red 33 ◦ green 76 ◦ blue 97

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

Shades of Arapawa #214C61

Tints of Arapawa #214C61

RGB

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

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

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

R = 16.02%
G = 36.89%
B = 47.09%

CMYK

 C value IS 0.66

 M value IS 0.22

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#214C61 (or 0x214C61) is known color: Arapawa. HEX triplet: 21, 4C and 61. RGB value is (33,76,97). Sum of RGB (Red+Green+Blue) = 33+76+97=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #214C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214C61 is #DEB39E. Grayscale: #414141. Windows color (decimal): -14594975 or 6376481. OLE color: 6376481.

HSL color Cylindrical-coordinate representation of color #214C61: hue angle of 199.69º 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 #214C61 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 76 97 -
CMYK 0.66 0.22 0 0.62
HSL 199.69º 0.49% 0.25% -
HSV(B) 199.69º 0.66% 0.38% -
XYZ 5.37 6.36 12.25 -
YUV 65.54 145.75 104.79 -
System Red Green Blue C M Y K H S L
Decimal 33 76 97 0.66 0.22 0 0.62 199.69 0.49 0.25
Hex 21 4C 61 42 16 0 3E C8 31 19
Octal 41 114 141 102 26 0 76 310 61 31
Binary 100001 1001100 1100001 1000010 10110 0 111110 11001000 110001 11001

Color Harmonies of #214C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214C61

Black with #214C61

Text Example


Text Example

White with #214C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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