Html Css Color HEX #214C6B Arapawa

📋 copy color: '#214C6B'

red 33 ◦ green 76 ◦ blue 107

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

Shades of Arapawa #214C6B

Tints of Arapawa #214C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 49.54%

R = 15.28%
G = 35.19%
B = 49.54%

CMYK

 C value IS 0.69

 M value IS 0.29

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#214C6B (or 0x214C6B) is known color: Arapawa. HEX triplet: 21, 4C and 6B. RGB value is (33,76,107). Sum of RGB (Red+Green+Blue) = 33+76+107=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 76 (30.08% from 255 or 35.19% from 216); Blue value is 107 (42.19% from 255 or 49.54% from 216); Max value from RGB is 107 - color contains mainly: blue. Hex color #214C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214C6B is #DEB394. Grayscale: #424242. Windows color (decimal): -14594965 or 7031841. OLE color: 7031841.

HSL color Cylindrical-coordinate representation of color #214C6B: hue angle of 205.14º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #214C6B is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 33 76 107 -
CMYK 0.69 0.29 0 0.58
HSL 205.14º 0.53% 0.27% -
HSV(B) 205.14º 0.69% 0.42% -
XYZ 5.87 6.55 14.87 -
YUV 66.68 150.75 103.98 -
System Red Green Blue C M Y K H S L
Decimal 33 76 107 0.69 0.29 0 0.58 205.14 0.53 0.27
Hex 21 4C 6B 45 1D 0 3A CD 35 1B
Octal 41 114 153 105 35 0 72 315 65 33
Binary 100001 1001100 1101011 1000101 11101 0 111010 11001101 110101 11011

Color Harmonies of #214C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214C6B

Black with #214C6B

Text Example


Text Example

White with #214C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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