Html Css Color HEX #275497 Endeavour

📋 copy color: '#275497'

red 39 ◦ green 84 ◦ blue 151

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

Shades of Endeavour #275497

Tints of Endeavour #275497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.66%

 BLUE value IS 151 (59.38% from 255) = 55.11%

R = 14.23%
G = 30.66%
B = 55.11%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#275497 (or 0x275497) is known color: Endeavour. HEX triplet: 27, 54 and 97. RGB value is (39,84,151). Sum of RGB (Red+Green+Blue) = 39+84+151=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 151 (59.38% from 255 or 55.11% from 274); Max value from RGB is 151 - color contains mainly: blue. Hex color #275497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275497 is #D8AB68. Grayscale: #4D4D4D. Windows color (decimal): -14199657 or 9917479. OLE color: 9917479.

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

Color convert

RGB 39 84 151 -
CMYK 0.74 0.44 0 0.41
HSL 215.89º 0.59% 0.37% -
HSV(B) 215.89º 0.74% 0.59% -
XYZ 9.59 9.01 30.51 -
YUV 78.18 169.09 100.05 -
System Red Green Blue C M Y K H S L
Decimal 39 84 151 0.74 0.44 0 0.41 215.89 0.59 0.37
Hex 27 54 97 4A 2C 0 29 D8 3B 25
Octal 47 124 227 112 54 0 51 330 73 45
Binary 100111 1010100 10010111 1001010 101100 0 101001 11011000 111011 100101

Color Harmonies of #275497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275497

Black with #275497

Text Example


Text Example

White with #275497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275497; }

 p { color: rgb(39,84,151); }

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

background-color css

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

 a { background-color: rgb(39,84,151); }

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

border-color css

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

 span { border-color: rgb(39,84,151); }

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