Html Css Color HEX #214863 Arapawa

📋 copy color: '#214863'

red 33 ◦ green 72 ◦ blue 99

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

Shades of Arapawa #214863

Tints of Arapawa #214863

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.29%

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

R = 16.18%
G = 35.29%
B = 48.53%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#214863 (or 0x214863) is known color: Arapawa. HEX triplet: 21, 48 and 63. RGB value is (33,72,99). Sum of RGB (Red+Green+Blue) = 33+72+99=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #214863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214863 is #DEB79C. Grayscale: #3F3F3F. Windows color (decimal): -14595997 or 6506529. OLE color: 6506529.

HSL color Cylindrical-coordinate representation of color #214863: hue angle of 204.55º 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 #214863 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 33 72 99 -
CMYK 0.67 0.27 0 0.61
HSL 204.55º 0.5% 0.26% -
HSV(B) 204.55º 0.67% 0.39% -
XYZ 5.2 5.86 12.66 -
YUV 63.42 148.08 106.3 -
System Red Green Blue C M Y K H S L
Decimal 33 72 99 0.67 0.27 0 0.61 204.55 0.5 0.26
Hex 21 48 63 43 1B 0 3D CD 32 1A
Octal 41 110 143 103 33 0 75 315 62 32
Binary 100001 1001000 1100011 1000011 11011 0 111101 11001101 110010 11010

Color Harmonies of #214863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214863

Black with #214863

Text Example


Text Example

White with #214863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214863; }

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

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

background-color css

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

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

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

border-color css

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

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

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