Html Css Color HEX #214669 Arapawa

📋 copy color: '#214669'

red 33 ◦ green 70 ◦ blue 105

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

Shades of Arapawa #214669

Tints of Arapawa #214669

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.65%

 BLUE value IS 105 (41.41% from 255) = 50.48%

R = 15.87%
G = 33.65%
B = 50.48%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#214669 (or 0x214669) is known color: Arapawa. HEX triplet: 21, 46 and 69. RGB value is (33,70,105). Sum of RGB (Red+Green+Blue) = 33+70+105=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #214669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214669 is #DEB996. Grayscale: #3E3E3E. Windows color (decimal): -14596503 or 6899233. OLE color: 6899233.

HSL color Cylindrical-coordinate representation of color #214669: hue angle of 209.17º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #214669 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 70 105 -
CMYK 0.69 0.33 0 0.59
HSL 209.17º 0.52% 0.27% -
HSV(B) 209.17º 0.69% 0.41% -
XYZ 5.37 5.72 14.19 -
YUV 62.93 151.74 106.65 -
System Red Green Blue C M Y K H S L
Decimal 33 70 105 0.69 0.33 0 0.59 209.17 0.52 0.27
Hex 21 46 69 45 21 0 3B D1 34 1B
Octal 41 106 151 105 41 0 73 321 64 33
Binary 100001 1000110 1101001 1000101 100001 0 111011 11010001 110100 11011

Color Harmonies of #214669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214669

Black with #214669

Text Example


Text Example

White with #214669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214669; }

 p { color: rgb(33,70,105); }

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

background-color css

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

 a { background-color: rgb(33,70,105); }

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

border-color css

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

 span { border-color: rgb(33,70,105); }

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