Html Css Color HEX #276298 Endeavour

📋 copy color: '#276298'

red 39 ◦ green 98 ◦ blue 152

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

Shades of Endeavour #276298

Tints of Endeavour #276298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 52.6%

R = 13.49%
G = 33.91%
B = 52.6%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#276298 (or 0x276298) is known color: Endeavour. HEX triplet: 27, 62 and 98. RGB value is (39,98,152). Sum of RGB (Red+Green+Blue) = 39+98+152=289 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.49% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #276298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276298 is #D89D67. Grayscale: #565656. Windows color (decimal): -14196072 or 9986599. OLE color: 9986599.

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

Color convert

RGB 39 98 152 -
CMYK 0.74 0.36 0 0.40
HSL 208.67º 0.59% 0.37% -
HSV(B) 208.67º 0.74% 0.6% -
XYZ 10.87 11.43 31.34 -
YUV 86.52 164.95 94.11 -
System Red Green Blue C M Y K H S L
Decimal 39 98 152 0.74 0.36 0 0.40 208.67 0.59 0.37
Hex 27 62 98 4A 24 0 28 D1 3B 25
Octal 47 142 230 112 44 0 50 321 73 45
Binary 100111 1100010 10011000 1001010 100100 0 101000 11010001 111011 100101

Color Harmonies of #276298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276298

Black with #276298

Text Example


Text Example

White with #276298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276298; }

 p { color: rgb(39,98,152); }

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

background-color css

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

 a { background-color: rgb(39,98,152); }

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

border-color css

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

 span { border-color: rgb(39,98,152); }

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