Html Css Color HEX #276098 Endeavour

📋 copy color: '#276098'

red 39 ◦ green 96 ◦ blue 152

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

Shades of Endeavour #276098

Tints of Endeavour #276098

RGB

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

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

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

R = 13.59%
G = 33.45%
B = 52.96%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#276098 (or 0x276098) is known color: Endeavour. HEX triplet: 27, 60 and 98. RGB value is (39,96,152). Sum of RGB (Red+Green+Blue) = 39+96+152=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #276098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276098 is #D89F67. Grayscale: #555555. Windows color (decimal): -14196584 or 9986087. OLE color: 9986087.

HSL color Cylindrical-coordinate representation of color #276098: hue angle of 209.73º 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 #276098 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 39 96 152 -
CMYK 0.74 0.37 0 0.40
HSL 209.73º 0.59% 0.37% -
HSV(B) 209.73º 0.74% 0.6% -
XYZ 10.69 11.06 31.28 -
YUV 85.34 165.62 94.95 -
System Red Green Blue C M Y K H S L
Decimal 39 96 152 0.74 0.37 0 0.40 209.73 0.59 0.37
Hex 27 60 98 4A 25 0 28 D2 3B 25
Octal 47 140 230 112 45 0 50 322 73 45
Binary 100111 1100000 10011000 1001010 100101 0 101000 11010010 111011 100101

Color Harmonies of #276098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276098

Black with #276098

Text Example


Text Example

White with #276098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276098; }

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

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

background-color css

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

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

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

border-color css

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

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

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