Html Css Color HEX #214A6D Arapawa

📋 copy color: '#214A6D'

red 33 ◦ green 74 ◦ blue 109

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

Shades of Arapawa #214A6D

Tints of Arapawa #214A6D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.26%

 BLUE value IS 109 (42.97% from 255) = 50.46%

R = 15.28%
G = 34.26%
B = 50.46%

CMYK

 C value IS 0.70

 M value IS 0.32

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#214A6D (or 0x214A6D) is known color: Arapawa. HEX triplet: 21, 4A and 6D. RGB value is (33,74,109). Sum of RGB (Red+Green+Blue) = 33+74+109=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #214A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214A6D is #DEB592. Grayscale: #414141. Windows color (decimal): -14595475 or 7162401. OLE color: 7162401.

HSL color Cylindrical-coordinate representation of color #214A6D: hue angle of 207.63º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #214A6D is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 33 74 109 -
CMYK 0.70 0.32 0 0.57
HSL 207.63º 0.54% 0.28% -
HSV(B) 207.63º 0.7% 0.43% -
XYZ 5.84 6.33 15.38 -
YUV 65.73 152.42 104.65 -
System Red Green Blue C M Y K H S L
Decimal 33 74 109 0.70 0.32 0 0.57 207.63 0.54 0.28
Hex 21 4A 6D 46 20 0 39 D0 36 1C
Octal 41 112 155 106 40 0 71 320 66 34
Binary 100001 1001010 1101101 1000110 100000 0 111001 11010000 110110 11100

Color Harmonies of #214A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214A6D

Black with #214A6D

Text Example


Text Example

White with #214A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,74,109); }

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

background-color css

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

 a { background-color: rgb(33,74,109); }

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

border-color css

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

 span { border-color: rgb(33,74,109); }

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