#21678f

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

Shades of Endeavour #21678F

Tints of Endeavour #21678F

Color information

#21678F (or 0x21678F) is unknown color: approx Endeavour. HEX triplet: 21, 67 and 8F. RGB value is (33,103,143). Sum of RGB (Red+Green+Blue) = 33+103+143=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 143 (56.25% from 255 or 51.25% from 279); Max value from RGB is 143 - color contains mainly: blue. Hex color #21678F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21678F is #DE9870. Grayscale: #565656. Windows color (decimal): -14588017 or 9398049. OLE color: 9398049.

HSL color Cylindrical-coordinate representation of color #21678F: hue angle of 201.82º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21678F is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB33103143-
CMYK0.770.2800.44
HSL201.82º62.5%34.51%-
HSV(B)201.82º76.92%56.08%-
XYZ10.4412.0127.75-
YUV86.63159.8189.75-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.83%
GREEN value IS 103 (40.62% from 255) = 36.92%
BLUE value IS 143 (56.25% from 255) = 51.25%
R=11.83%
G=36.92%
B=51.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331031430.770.2800.44201.8262.534.51
Hex21678F4D1C02Cca3e23
Octal41147217115340543127643
Binary100001110011110001111100110111100010110011001010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21678f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21678f; }

 p { color: rgb(33,103,143); }

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

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

 a { background-color: rgb(33,103,143); }

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

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

 span { border-color: rgb(33,103,143); }

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