#214B61

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

Shades of Arapawa #214B61

Tints of Arapawa #214B61

Color information

#214B61 (or 0x214B61) is unknown color: approx Arapawa. HEX triplet: 21, 4B and 61. RGB value is (33,75,97). Sum of RGB (Red+Green+Blue) = 33+75+97=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #214B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214B61 is #DEB49E. Grayscale: #404040. Windows color (decimal): -14595231 or 6376225. OLE color: 6376225.

HSL color Cylindrical-coordinate representation of color #214B61: hue angle of 200.62º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #214B61 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB337597-
CMYK0.660.2300.62
HSL200.62º49.23%25.49%-
HSV(B)200.62º65.98%38.04%-
XYZ5.36.2212.23-
YUV64.95146.09105.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.10%
GREEN value IS 75 (29.69% from 255) = 36.59%
BLUE value IS 97 (38.28% from 255) = 47.32%
R=16.10%
G=36.59%
B=47.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3375970.660.2300.62200.6249.2325.49
Hex214B61421703Ec93119
Octal41113141102270763116131
Binary1000011001011110000110000101011101111101100100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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