#214C62

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

Shades of Arapawa #214C62

Tints of Arapawa #214C62

Color information

#214C62 (or 0x214C62) is unknown color: approx Arapawa. HEX triplet: 21, 4C and 62. RGB value is (33,76,98). Sum of RGB (Red+Green+Blue) = 33+76+98=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 98 (38.67% from 255 or 47.34% from 207); Max value from RGB is 98 - color contains mainly: blue. Hex color #214C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214C62 is #DEB39D. Grayscale: #414141. Windows color (decimal): -14594974 or 6442017. OLE color: 6442017.

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

Color convert

RGB337698-
CMYK0.660.2200.62
HSL200.31º49.62%25.69%-
HSV(B)200.31º66.33%38.43%-
XYZ5.426.3712.5-
YUV65.65146.25104.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.94%
GREEN value IS 76 (30.08% from 255) = 36.71%
BLUE value IS 98 (38.67% from 255) = 47.34%
R=15.94%
G=36.71%
B=47.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3376980.660.2200.62200.3149.6225.69
Hex214C62421603Ec8321a
Octal41114142102260763106232
Binary1000011001100110001010000101011001111101100100011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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