#214B5C

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

Shades of Arapawa #214B5C

Tints of Arapawa #214B5C

Color information

#214B5C (or 0x214B5C) is unknown color: approx Arapawa. HEX triplet: 21, 4B and 5C. RGB value is (33,75,92). Sum of RGB (Red+Green+Blue) = 33+75+92=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #214B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214B5C is #DEB4A3. Grayscale: #404040. Windows color (decimal): -14595236 or 6048545. OLE color: 6048545.

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

Color convert

RGB337592-
CMYK0.640.1800.64
HSL197.29º47.2%24.51%-
HSV(B)197.29º64.13%36.08%-
XYZ5.086.1311.04-
YUV64.38143.59105.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.5%
GREEN value IS 75 (29.69% from 255) = 37.5%
BLUE value IS 92 (36.33% from 255) = 46%
R=16.5%
G=37.5%
B=46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3375920.640.1800.64197.2947.224.51
Hex214B5C4012040c52f19
Octal411131341002201003055731
Binary10000110010111011100100000010010010000001100010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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