Html Css Color HEX #2C6297 Endeavour

📋 copy color: '#2C6297'

red 44 ◦ green 98 ◦ blue 151

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

Shades of Endeavour #2C6297

Tints of Endeavour #2C6297

RGB

 RED value IS 44 (17.58% from 255) = 15.02%

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

 BLUE value IS 151 (59.38% from 255) = 51.54%

R = 15.02%
G = 33.45%
B = 51.54%

CMYK

 C value IS 0.71

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2C6297 (or 0x2C6297) is known color: Endeavour. HEX triplet: 2C, 62 and 97. RGB value is (44,98,151). Sum of RGB (Red+Green+Blue) = 44+98+151=293 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.02% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 151 (59.38% from 255 or 51.54% from 293); Max value from RGB is 151 - color contains mainly: blue. Hex color #2C6297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C6297 is #D39D68. Grayscale: #575757. Windows color (decimal): -13868393 or 9921068. OLE color: 9921068.

HSL color Cylindrical-coordinate representation of color #2C6297: hue angle of 209.72º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C6297 is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 44 98 151 -
CMYK 0.71 0.35 0 0.41
HSL 209.72º 0.55% 0.38% -
HSV(B) 209.72º 0.71% 0.59% -
XYZ 10.99 11.51 30.92 -
YUV 87.9 163.61 96.69 -
System Red Green Blue C M Y K H S L
Decimal 44 98 151 0.71 0.35 0 0.41 209.72 0.55 0.38
Hex 2C 62 97 47 23 0 29 D2 37 26
Octal 54 142 227 107 43 0 51 322 67 46
Binary 101100 1100010 10010111 1000111 100011 0 101001 11010010 110111 100110

Color Harmonies of #2C6297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6297

Black with #2C6297

Text Example


Text Example

White with #2C6297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C6297; }

 p { color: rgb(44,98,151); }

 H1.HeaderClassName
 {
   color: #2C6297;
 }
 .AnyTagClassName
 {
   color: #2C6297;
 }
</style>

background-color css

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

 a { background-color: rgb(44,98,151); }

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

border-color css

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

 span { border-color: rgb(44,98,151); }

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