#214C5F

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

Shades of Arapawa #214C5F

Tints of Arapawa #214C5F

Color information

#214C5F (or 0x214C5F) is unknown color: approx Arapawa. HEX triplet: 21, 4C and 5F. RGB value is (33,76,95). Sum of RGB (Red+Green+Blue) = 33+76+95=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 76 (30.08% from 255 or 37.25% from 204); Blue value is 95 (37.5% from 255 or 46.57% from 204); Max value from RGB is 95 - color contains mainly: blue. Hex color #214C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214C5F is #DEB3A0. Grayscale: #414141. Windows color (decimal): -14594977 or 6245409. OLE color: 6245409.

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

Color convert

RGB337695-
CMYK0.650.2000.63
HSL198.39º48.44%25.1%-
HSV(B)198.39º65.26%37.25%-
XYZ5.286.3211.77-
YUV65.31144.75104.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.18%
GREEN value IS 76 (30.08% from 255) = 37.25%
BLUE value IS 95 (37.5% from 255) = 46.57%
R=16.18%
G=37.25%
B=46.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3376950.650.2000.63198.3948.4425.1
Hex214C5F411403Fc63019
Octal41114137101240773066031
Binary1000011001100101111110000011010001111111100011011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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