Html Css Color HEX #214769 Arapawa

📋 copy color: '#214769'

red 33 ◦ green 71 ◦ blue 105

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

Shades of Arapawa #214769

Tints of Arapawa #214769

RGB

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

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

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

R = 15.79%
G = 33.97%
B = 50.24%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#214769 (or 0x214769) is known color: Arapawa. HEX triplet: 21, 47 and 69. RGB value is (33,71,105). Sum of RGB (Red+Green+Blue) = 33+71+105=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #214769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214769 is #DEB896. Grayscale: #3F3F3F. Windows color (decimal): -14596247 or 6899489. OLE color: 6899489.

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

Color convert

RGB 33 71 105 -
CMYK 0.69 0.32 0 0.59
HSL 208.33º 0.52% 0.27% -
HSV(B) 208.33º 0.69% 0.41% -
XYZ 5.43 5.85 14.21 -
YUV 63.51 151.41 106.24 -
System Red Green Blue C M Y K H S L
Decimal 33 71 105 0.69 0.32 0 0.59 208.33 0.52 0.27
Hex 21 47 69 45 20 0 3B D0 34 1B
Octal 41 107 151 105 40 0 73 320 64 33
Binary 100001 1000111 1101001 1000101 100000 0 111011 11010000 110100 11011

Color Harmonies of #214769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214769

Black with #214769

Text Example


Text Example

White with #214769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214769; }

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

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

background-color css

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

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

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

border-color css

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

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

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