#214C5D

Color #214C5D Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #214C5D

Tints of Arapawa #214C5D

Color information

#214C5D (or 0x214C5D) is unknown color: approx Arapawa. HEX triplet: 21, 4C and 5D. RGB value is (33,76,93). Sum of RGB (Red+Green+Blue) = 33+76+93=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #214C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214C5D is #DEB3A2. Grayscale: #404040. Windows color (decimal): -14594979 or 6114337. OLE color: 6114337.

HSL color Cylindrical-coordinate representation of color #214C5D: hue angle of 197º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #214C5D is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB337693-
CMYK0.650.1800.64
HSL197º47.62%24.71%-
HSV(B)197º64.52%36.47%-
XYZ5.196.2811.3-
YUV65.08143.75105.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.34%
GREEN value IS 76 (30.08% from 255) = 37.62%
BLUE value IS 93 (36.72% from 255) = 46.04%
R=16.34%
G=37.62%
B=46.04%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3376930.650.1800.6419747.6224.71
Hex214C5D4112040c53019
Octal411141351012201003056031
Binary10000110011001011101100000110010010000001100010111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #214C5D;
 }
 .AnyTagClassName
 {
   color: #214C5D;
 }
</style>
background-color css

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

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

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

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

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

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