Html Css Color HEX #21658F Endeavour

📋 copy color: '#21658F'

red 33 ◦ green 101 ◦ blue 143

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

Shades of Endeavour #21658F

Tints of Endeavour #21658F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.46%

 BLUE value IS 143 (56.25% from 255) = 51.62%

R = 11.91%
G = 36.46%
B = 51.62%

CMYK

 C value IS 0.77

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#21658F (or 0x21658F) is known color: Endeavour. HEX triplet: 21, 65 and 8F. RGB value is (33,101,143). Sum of RGB (Red+Green+Blue) = 33+101+143=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 143 (56.25% from 255 or 51.62% from 277); Max value from RGB is 143 - color contains mainly: blue. Hex color #21658F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21658F is #DE9A70. Grayscale: #555555. Windows color (decimal): -14588529 or 9397537. OLE color: 9397537.

HSL color Cylindrical-coordinate representation of color #21658F: hue angle of 202.91º 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 #21658F is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 101 143 -
CMYK 0.77 0.29 0 0.44
HSL 202.91º 0.63% 0.35% -
HSV(B) 202.91º 0.77% 0.56% -
XYZ 10.24 11.61 27.69 -
YUV 85.46 160.47 90.58 -
System Red Green Blue C M Y K H S L
Decimal 33 101 143 0.77 0.29 0 0.44 202.91 0.63 0.35
Hex 21 65 8F 4D 1D 0 2C CB 3E 23
Octal 41 145 217 115 35 0 54 313 76 43
Binary 100001 1100101 10001111 1001101 11101 0 101100 11001011 111110 100011

Color Harmonies of #21658F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21658F

Black with #21658F

Text Example


Text Example

White with #21658F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21658F; }

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

 H1.HeaderClassName
 {
   color: #21658F;
 }
 .AnyTagClassName
 {
   color: #21658F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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