#214B6B

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

Shades of Arapawa #214B6B

Tints of Arapawa #214B6B

Color information

#214B6B (or 0x214B6B) is unknown color: approx Arapawa. HEX triplet: 21, 4B and 6B. RGB value is (33,75,107). Sum of RGB (Red+Green+Blue) = 33+75+107=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 107 (42.19% from 255 or 49.77% from 215); Max value from RGB is 107 - color contains mainly: blue. Hex color #214B6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214B6B is #DEB494. Grayscale: #414141. Windows color (decimal): -14595221 or 7031585. OLE color: 7031585.

HSL color Cylindrical-coordinate representation of color #214B6B: hue angle of 205.95º 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 #214B6B is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3375107-
CMYK0.690.3000.58
HSL205.95º52.86%27.45%-
HSV(B)205.95º69.16%41.96%-
XYZ5.86.4214.84-
YUV66.09151.09104.4-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.35%
GREEN value IS 75 (29.69% from 255) = 34.88%
BLUE value IS 107 (42.19% from 255) = 49.77%
R=15.35%
G=34.88%
B=49.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33751070.690.3000.58205.9552.8627.45
Hex214B6B451E03Ace351b
Octal41113153105360723166533
Binary1000011001011110101110001011111001110101100111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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