Html Css Color HEX #21678E Endeavour

📋 copy color: '#21678E'

red 33 ◦ green 103 ◦ blue 142

#21678E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #21678E

Tints of Endeavour #21678E

RGB

 RED value IS 33 (13.28% from 255) = 11.87%

 GREEN value IS 103 (40.63% from 255) = 37.05%

 BLUE value IS 142 (55.86% from 255) = 51.08%

R = 11.87%
G = 37.05%
B = 51.08%

CMYK

 C value IS 0.77

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#21678E (or 0x21678E) is known color: Endeavour. HEX triplet: 21, 67 and 8E. RGB value is (33,103,142). Sum of RGB (Red+Green+Blue) = 33+103+142=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 142 (55.86% from 255 or 51.08% from 278); Max value from RGB is 142 - color contains mainly: blue. Hex color #21678E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21678E is #DE9871. Grayscale: #565656. Windows color (decimal): -14588018 or 9332513. OLE color: 9332513.

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

Color convert

RGB 33 103 142 -
CMYK 0.77 0.27 0 0.44
HSL 201.47º 0.62% 0.34% -
HSV(B) 201.47º 0.77% 0.56% -
XYZ 10.36 11.98 27.36 -
YUV 86.52 159.31 89.83 -
System Red Green Blue C M Y K H S L
Decimal 33 103 142 0.77 0.27 0 0.44 201.47 0.62 0.34
Hex 21 67 8E 4D 1B 0 2C C9 3E 22
Octal 41 147 216 115 33 0 54 311 76 42
Binary 100001 1100111 10001110 1001101 11011 0 101100 11001001 111110 100010

Color Harmonies of #21678E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21678E

Black with #21678E

Text Example


Text Example

White with #21678E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #21678E;
 }
 .AnyTagClassName
 {
   color: #21678E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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