Html Css Color HEX #276396 Endeavour

📋 copy color: '#276396'

red 39 ◦ green 99 ◦ blue 150

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

Shades of Endeavour #276396

Tints of Endeavour #276396

RGB

 RED value IS 39 (15.63% from 255) = 13.54%

 GREEN value IS 99 (39.06% from 255) = 34.38%

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

R = 13.54%
G = 34.38%
B = 52.08%

CMYK

 C value IS 0.74

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#276396 (or 0x276396) is known color: Endeavour. HEX triplet: 27, 63 and 96. RGB value is (39,99,150). Sum of RGB (Red+Green+Blue) = 39+99+150=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #276396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276396 is #D89C69. Grayscale: #565656. Windows color (decimal): -14195818 or 9855783. OLE color: 9855783.

HSL color Cylindrical-coordinate representation of color #276396: hue angle of 207.57º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #276396 is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 39 99 150 -
CMYK 0.74 0.34 0 0.41
HSL 207.57º 0.59% 0.37% -
HSV(B) 207.57º 0.74% 0.59% -
XYZ 10.8 11.56 30.52 -
YUV 86.87 163.62 93.85 -
System Red Green Blue C M Y K H S L
Decimal 39 99 150 0.74 0.34 0 0.41 207.57 0.59 0.37
Hex 27 63 96 4A 22 0 29 D0 3B 25
Octal 47 143 226 112 42 0 51 320 73 45
Binary 100111 1100011 10010110 1001010 100010 0 101001 11010000 111011 100101

Color Harmonies of #276396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276396

Black with #276396

Text Example


Text Example

White with #276396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276396; }

 p { color: rgb(39,99,150); }

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

background-color css

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

 a { background-color: rgb(39,99,150); }

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

border-color css

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

 span { border-color: rgb(39,99,150); }

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