#214245

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

Shades of Tiber #214245

Tints of Tiber #214245

Color information

#214245 (or 0x214245) is unknown color: approx Tiber. HEX triplet: 21, 42 and 45. RGB value is (33,66,69). Sum of RGB (Red+Green+Blue) = 33+66+69=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 69 (27.34% from 255 or 41.07% from 168); Max value from RGB is 69 - color contains mainly: blue. Hex color #214245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214245 is #DEBDBA. Grayscale: #383838. Windows color (decimal): -14597563 or 4538913. OLE color: 4538913.

HSL color Cylindrical-coordinate representation of color #214245: hue angle of 185º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #214245 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB336669-
CMYK0.520.0400.73
HSL185º35.29%20%-
HSV(B)185º52.17%27.06%-
XYZ3.654.656.34-
YUV56.47135.07111.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.64%
GREEN value IS 66 (26.17% from 255) = 39.29%
BLUE value IS 69 (27.34% from 255) = 41.07%
R=19.64%
G=39.29%
B=41.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3366690.520.0400.7318535.2920
Hex214245344049b92314
Octal4110210564401112714324
Binary10000110000101000101110100100010010011011100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214245; }

 p { color: rgb(33,66,69); }

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

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

 a { background-color: rgb(33,66,69); }

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

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

 span { border-color: rgb(33,66,69); }

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