Html Css Color HEX #214764 Arapawa

📋 copy color: '#214764'

red 33 ◦ green 71 ◦ blue 100

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

Shades of Arapawa #214764

Tints of Arapawa #214764

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.8%

 BLUE value IS 100 (39.45% from 255) = 49.02%

R = 16.18%
G = 34.8%
B = 49.02%

CMYK

 C value IS 0.67

 M value IS 0.29

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#214764 (or 0x214764) is known color: Arapawa. HEX triplet: 21, 47 and 64. RGB value is (33,71,100). Sum of RGB (Red+Green+Blue) = 33+71+100=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 100 (39.45% from 255 or 49.02% from 204); Max value from RGB is 100 - color contains mainly: blue. Hex color #214764 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214764 is #DEB89B. Grayscale: #3E3E3E. Windows color (decimal): -14596252 or 6571809. OLE color: 6571809.

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

Color convert

RGB 33 71 100 -
CMYK 0.67 0.29 0 0.61
HSL 205.97º 0.5% 0.26% -
HSV(B) 205.97º 0.67% 0.39% -
XYZ 5.18 5.75 12.89 -
YUV 62.94 148.91 106.64 -
System Red Green Blue C M Y K H S L
Decimal 33 71 100 0.67 0.29 0 0.61 205.97 0.5 0.26
Hex 21 47 64 43 1D 0 3D CE 32 1A
Octal 41 107 144 103 35 0 75 316 62 32
Binary 100001 1000111 1100100 1000011 11101 0 111101 11001110 110010 11010

Color Harmonies of #214764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214764

Black with #214764

Text Example


Text Example

White with #214764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214764; }

 p { color: rgb(33,71,100); }

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

background-color css

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

 a { background-color: rgb(33,71,100); }

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

border-color css

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

 span { border-color: rgb(33,71,100); }

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