#214B5D

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

Shades of Arapawa #214B5D

Tints of Arapawa #214B5D

Color information

#214B5D (or 0x214B5D) is unknown color: approx Arapawa. HEX triplet: 21, 4B and 5D. RGB value is (33,75,93). Sum of RGB (Red+Green+Blue) = 33+75+93=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 93 - color contains mainly: blue. Hex color #214B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214B5D is #DEB4A2. Grayscale: #404040. Windows color (decimal): -14595235 or 6114081. OLE color: 6114081.

HSL color Cylindrical-coordinate representation of color #214B5D: hue angle of 198º 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 #214B5D is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB337593-
CMYK0.650.1900.64
HSL198º47.62%24.71%-
HSV(B)198º64.52%36.47%-
XYZ5.126.1511.27-
YUV64.49144.09105.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.42%
GREEN value IS 75 (29.69% from 255) = 37.31%
BLUE value IS 93 (36.72% from 255) = 46.27%
R=16.42%
G=37.31%
B=46.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3375930.650.1900.6419847.6224.71
Hex214B5D4113040c63019
Octal411131351012301003066031
Binary10000110010111011101100000110011010000001100011011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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