Html Css Color HEX #214D63 Arapawa

📋 copy color: '#214D63'

red 33 ◦ green 77 ◦ blue 99

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

Shades of Arapawa #214D63

Tints of Arapawa #214D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 47.37%

R = 15.79%
G = 36.84%
B = 47.37%

CMYK

 C value IS 0.67

 M value IS 0.22

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#214D63 (or 0x214D63) is known color: Arapawa. HEX triplet: 21, 4D and 63. RGB value is (33,77,99). Sum of RGB (Red+Green+Blue) = 33+77+99=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 99 - color contains mainly: blue. Hex color #214D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214D63 is #DEB29C. Grayscale: #424242. Windows color (decimal): -14594717 or 6507809. OLE color: 6507809.

HSL color Cylindrical-coordinate representation of color #214D63: hue angle of 200º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #214D63 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 33 77 99 -
CMYK 0.67 0.22 0 0.61
HSL 200º 0.5% 0.26% -
HSV(B) 200º 0.67% 0.39% -
XYZ 5.53 6.53 12.77 -
YUV 66.35 146.42 104.21 -
System Red Green Blue C M Y K H S L
Decimal 33 77 99 0.67 0.22 0 0.61 200 0.5 0.26
Hex 21 4D 63 43 16 0 3D C8 32 1A
Octal 41 115 143 103 26 0 75 310 62 32
Binary 100001 1001101 1100011 1000011 10110 0 111101 11001000 110010 11010

Color Harmonies of #214D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214D63

Black with #214D63

Text Example


Text Example

White with #214D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,77,99); }

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

background-color css

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

 a { background-color: rgb(33,77,99); }

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

border-color css

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

 span { border-color: rgb(33,77,99); }

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