Html Css Color HEX #214860 Arapawa

📋 copy color: '#214860'

red 33 ◦ green 72 ◦ blue 96

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

Shades of Arapawa #214860

Tints of Arapawa #214860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 47.76%

R = 16.42%
G = 35.82%
B = 47.76%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#214860 (or 0x214860) is known color: Arapawa. HEX triplet: 21, 48 and 60. RGB value is (33,72,96). Sum of RGB (Red+Green+Blue) = 33+72+96=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #214860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214860 is #DEB79F. Grayscale: #3E3E3E. Windows color (decimal): -14596000 or 6309921. OLE color: 6309921.

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

Color convert

RGB 33 72 96 -
CMYK 0.66 0.25 0 0.62
HSL 202.86º 0.49% 0.25% -
HSV(B) 202.86º 0.66% 0.38% -
XYZ 5.06 5.8 11.92 -
YUV 63.08 146.58 106.55 -
System Red Green Blue C M Y K H S L
Decimal 33 72 96 0.66 0.25 0 0.62 202.86 0.49 0.25
Hex 21 48 60 42 19 0 3E CB 31 19
Octal 41 110 140 102 31 0 76 313 61 31
Binary 100001 1001000 1100000 1000010 11001 0 111110 11001011 110001 11001

Color Harmonies of #214860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214860

Black with #214860

Text Example


Text Example

White with #214860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214860; }

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

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

background-color css

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

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

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

border-color css

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

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

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