Html Css Color HEX #214969 Arapawa

📋 copy color: '#214969'

red 33 ◦ green 73 ◦ blue 105

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

Shades of Arapawa #214969

Tints of Arapawa #214969

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.6%

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

R = 15.64%
G = 34.6%
B = 49.76%

CMYK

 C value IS 0.69

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#214969 (or 0x214969) is known color: Arapawa. HEX triplet: 21, 49 and 69. RGB value is (33,73,105). Sum of RGB (Red+Green+Blue) = 33+73+105=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #214969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214969 is #DEB696. Grayscale: #404040. Windows color (decimal): -14595735 or 6900001. OLE color: 6900001.

HSL color Cylindrical-coordinate representation of color #214969: hue angle of 206.67º 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 #214969 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 73 105 -
CMYK 0.69 0.30 0 0.59
HSL 206.67º 0.52% 0.27% -
HSV(B) 206.67º 0.69% 0.41% -
XYZ 5.56 6.11 14.25 -
YUV 64.69 150.75 105.4 -
System Red Green Blue C M Y K H S L
Decimal 33 73 105 0.69 0.30 0 0.59 206.67 0.52 0.27
Hex 21 49 69 45 1E 0 3B CF 34 1B
Octal 41 111 151 105 36 0 73 317 64 33
Binary 100001 1001001 1101001 1000101 11110 0 111011 11001111 110100 11011

Color Harmonies of #214969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214969

Black with #214969

Text Example


Text Example

White with #214969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214969; }

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

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

background-color css

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

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

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

border-color css

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

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

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