Html Css Color HEX #31628B Endeavour

📋 copy color: '#31628B'

red 49 ◦ green 98 ◦ blue 139

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

Shades of Endeavour #31628B

Tints of Endeavour #31628B

RGB

 RED value IS 49 (19.53% from 255) = 17.13%

 GREEN value IS 98 (38.67% from 255) = 34.27%

 BLUE value IS 139 (54.69% from 255) = 48.6%

R = 17.13%
G = 34.27%
B = 48.6%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31628B (or 0x31628B) is known color: Endeavour. HEX triplet: 31, 62 and 8B. RGB value is (49,98,139). Sum of RGB (Red+Green+Blue) = 49+98+139=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #31628B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31628B is #CE9D74. Grayscale: #575757. Windows color (decimal): -13540725 or 9134641. OLE color: 9134641.

HSL color Cylindrical-coordinate representation of color #31628B: hue angle of 207.33º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31628B is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 98 139 -
CMYK 0.65 0.29 0 0.45
HSL 207.33º 0.48% 0.37% -
HSV(B) 207.33º 0.65% 0.55% -
XYZ 10.29 11.25 26.06 -
YUV 88.02 156.77 100.17 -
System Red Green Blue C M Y K H S L
Decimal 49 98 139 0.65 0.29 0 0.45 207.33 0.48 0.37
Hex 31 62 8B 41 1D 0 2D CF 30 25
Octal 61 142 213 101 35 0 55 317 60 45
Binary 110001 1100010 10001011 1000001 11101 0 101101 11001111 110000 100101

Color Harmonies of #31628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31628B

Black with #31628B

Text Example


Text Example

White with #31628B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31628B; }

 p { color: rgb(49,98,139); }

 H1.HeaderClassName
 {
   color: #31628B;
 }
 .AnyTagClassName
 {
   color: #31628B;
 }
</style>

background-color css

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

 a { background-color: rgb(49,98,139); }

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

border-color css

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

 span { border-color: rgb(49,98,139); }

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