Html Css Color HEX #214869 Arapawa

📋 copy color: '#214869'

red 33 ◦ green 72 ◦ blue 105

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

Shades of Arapawa #214869

Tints of Arapawa #214869

RGB

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

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

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

R = 15.71%
G = 34.29%
B = 50%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#214869 (or 0x214869) is known color: Arapawa. HEX triplet: 21, 48 and 69. RGB value is (33,72,105). Sum of RGB (Red+Green+Blue) = 33+72+105=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #214869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214869 is #DEB796. Grayscale: #3F3F3F. Windows color (decimal): -14595991 or 6899745. OLE color: 6899745.

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

Color convert

RGB 33 72 105 -
CMYK 0.69 0.31 0 0.59
HSL 207.5º 0.52% 0.27% -
HSV(B) 207.5º 0.69% 0.41% -
XYZ 5.49 5.98 14.23 -
YUV 64.1 151.08 105.82 -
System Red Green Blue C M Y K H S L
Decimal 33 72 105 0.69 0.31 0 0.59 207.5 0.52 0.27
Hex 21 48 69 45 1F 0 3B D0 34 1B
Octal 41 110 151 105 37 0 73 320 64 33
Binary 100001 1001000 1101001 1000101 11111 0 111011 11010000 110100 11011

Color Harmonies of #214869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214869

Black with #214869

Text Example


Text Example

White with #214869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214869; }

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

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

background-color css

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

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

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

border-color css

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

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

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