Html Css Color HEX #214D69 Arapawa

📋 copy color: '#214D69'

red 33 ◦ green 77 ◦ blue 105

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

Shades of Arapawa #214D69

Tints of Arapawa #214D69

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35.81%

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

R = 15.35%
G = 35.81%
B = 48.84%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#214D69 (or 0x214D69) is known color: Arapawa. HEX triplet: 21, 4D and 69. RGB value is (33,77,105). Sum of RGB (Red+Green+Blue) = 33+77+105=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 105 (41.41% from 255 or 48.84% from 215); Max value from RGB is 105 - color contains mainly: blue. Hex color #214D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214D69 is #DEB296. Grayscale: #424242. Windows color (decimal): -14594711 or 6901025. OLE color: 6901025.

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

Color convert

RGB 33 77 105 -
CMYK 0.69 0.27 0 0.59
HSL 203.33º 0.52% 0.27% -
HSV(B) 203.33º 0.69% 0.41% -
XYZ 5.83 6.65 14.34 -
YUV 67.04 149.42 103.72 -
System Red Green Blue C M Y K H S L
Decimal 33 77 105 0.69 0.27 0 0.59 203.33 0.52 0.27
Hex 21 4D 69 45 1B 0 3B CB 34 1B
Octal 41 115 151 105 33 0 73 313 64 33
Binary 100001 1001101 1101001 1000101 11011 0 111011 11001011 110100 11011

Color Harmonies of #214D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214D69

Black with #214D69

Text Example


Text Example

White with #214D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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