Html Css Color HEX #275992 Endeavour

📋 copy color: '#275992'

red 39 ◦ green 89 ◦ blue 146

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

Shades of Endeavour #275992

Tints of Endeavour #275992

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.48%

 BLUE value IS 146 (57.42% from 255) = 53.28%

R = 14.23%
G = 32.48%
B = 53.28%

CMYK

 C value IS 0.73

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#275992 (or 0x275992) is known color: Endeavour. HEX triplet: 27, 59 and 92. RGB value is (39,89,146). Sum of RGB (Red+Green+Blue) = 39+89+146=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 146 (57.42% from 255 or 53.28% from 274); Max value from RGB is 146 - color contains mainly: blue. Hex color #275992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275992 is #D8A66D. Grayscale: #505050. Windows color (decimal): -14198382 or 9591079. OLE color: 9591079.

HSL color Cylindrical-coordinate representation of color #275992: hue angle of 211.96º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #275992 is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 39 89 146 -
CMYK 0.73 0.39 0 0.43
HSL 211.96º 0.58% 0.36% -
HSV(B) 211.96º 0.73% 0.57% -
XYZ 9.6 9.65 28.55 -
YUV 80.55 164.94 98.37 -
System Red Green Blue C M Y K H S L
Decimal 39 89 146 0.73 0.39 0 0.43 211.96 0.58 0.36
Hex 27 59 92 49 27 0 2B D4 3A 24
Octal 47 131 222 111 47 0 53 324 72 44
Binary 100111 1011001 10010010 1001001 100111 0 101011 11010100 111010 100100

Color Harmonies of #275992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275992

Black with #275992

Text Example


Text Example

White with #275992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275992; }

 p { color: rgb(39,89,146); }

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

background-color css

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

 a { background-color: rgb(39,89,146); }

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

border-color css

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

 span { border-color: rgb(39,89,146); }

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