Html Css Color HEX #214C6D Arapawa

📋 copy color: '#214C6D'

red 33 ◦ green 76 ◦ blue 109

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

Shades of Arapawa #214C6D

Tints of Arapawa #214C6D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.86%

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

R = 15.14%
G = 34.86%
B = 50%

CMYK

 C value IS 0.70

 M value IS 0.30

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#214C6D (or 0x214C6D) is known color: Arapawa. HEX triplet: 21, 4C and 6D. RGB value is (33,76,109). Sum of RGB (Red+Green+Blue) = 33+76+109=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #214C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214C6D is #DEB392. Grayscale: #424242. Windows color (decimal): -14594963 or 7162913. OLE color: 7162913.

HSL color Cylindrical-coordinate representation of color #214C6D: hue angle of 206.05º 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 #214C6D is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 33 76 109 -
CMYK 0.70 0.30 0 0.57
HSL 206.05º 0.54% 0.28% -
HSV(B) 206.05º 0.7% 0.43% -
XYZ 5.97 6.6 15.43 -
YUV 66.91 151.75 103.82 -
System Red Green Blue C M Y K H S L
Decimal 33 76 109 0.70 0.30 0 0.57 206.05 0.54 0.28
Hex 21 4C 6D 46 1E 0 39 CE 36 1C
Octal 41 114 155 106 36 0 71 316 66 34
Binary 100001 1001100 1101101 1000110 11110 0 111001 11001110 110110 11100

Color Harmonies of #214C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214C6D

Black with #214C6D

Text Example


Text Example

White with #214C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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