Html Css Color HEX #2C6096 Endeavour

📋 copy color: '#2C6096'

red 44 ◦ green 96 ◦ blue 150

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

Shades of Endeavour #2C6096

Tints of Endeavour #2C6096

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.1%

 BLUE value IS 150 (58.98% from 255) = 51.72%

R = 15.17%
G = 33.1%
B = 51.72%

CMYK

 C value IS 0.71

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2C6096 (or 0x2C6096) is known color: Endeavour. HEX triplet: 2C, 60 and 96. RGB value is (44,96,150). Sum of RGB (Red+Green+Blue) = 44+96+150=290 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.17% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 150 (58.98% from 255 or 51.72% from 290); Max value from RGB is 150 - color contains mainly: blue. Hex color #2C6096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C6096 is #D39F69. Grayscale: #565656. Windows color (decimal): -13868906 or 9855020. OLE color: 9855020.

HSL color Cylindrical-coordinate representation of color #2C6096: hue angle of 210.57º 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 #2C6096 is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 44 96 150 -
CMYK 0.71 0.36 0 0.41
HSL 210.57º 0.55% 0.38% -
HSV(B) 210.57º 0.71% 0.59% -
XYZ 10.73 11.1 30.43 -
YUV 86.61 163.77 97.61 -
System Red Green Blue C M Y K H S L
Decimal 44 96 150 0.71 0.36 0 0.41 210.57 0.55 0.38
Hex 2C 60 96 47 24 0 29 D3 37 26
Octal 54 140 226 107 44 0 51 323 67 46
Binary 101100 1100000 10010110 1000111 100100 0 101001 11010011 110111 100110

Color Harmonies of #2C6096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6096

Black with #2C6096

Text Example


Text Example

White with #2C6096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,96,150); }

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

background-color css

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

 a { background-color: rgb(44,96,150); }

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

border-color css

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

 span { border-color: rgb(44,96,150); }

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