Html Css Color HEX #276295 Endeavour

📋 copy color: '#276295'

red 39 ◦ green 98 ◦ blue 149

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

Shades of Endeavour #276295

Tints of Endeavour #276295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.1%

R = 13.64%
G = 34.27%
B = 52.1%

CMYK

 C value IS 0.74

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#276295 (or 0x276295) is known color: Endeavour. HEX triplet: 27, 62 and 95. RGB value is (39,98,149). Sum of RGB (Red+Green+Blue) = 39+98+149=286 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.64% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #276295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276295 is #D89D6A. Grayscale: #555555. Windows color (decimal): -14196075 or 9789991. OLE color: 9789991.

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

Color convert

RGB 39 98 149 -
CMYK 0.74 0.34 0 0.42
HSL 207.82º 0.59% 0.37% -
HSV(B) 207.82º 0.74% 0.58% -
XYZ 10.63 11.34 30.06 -
YUV 86.17 163.45 94.35 -
System Red Green Blue C M Y K H S L
Decimal 39 98 149 0.74 0.34 0 0.42 207.82 0.59 0.37
Hex 27 62 95 4A 22 0 2A D0 3B 25
Octal 47 142 225 112 42 0 52 320 73 45
Binary 100111 1100010 10010101 1001010 100010 0 101010 11010000 111011 100101

Color Harmonies of #276295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276295

Black with #276295

Text Example


Text Example

White with #276295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276295; }

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

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

background-color css

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

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

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

border-color css

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

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

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