Html Css Color HEX #275290 Endeavour

📋 copy color: '#275290'

red 39 ◦ green 82 ◦ blue 144

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

Shades of Endeavour #275290

Tints of Endeavour #275290

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.94%

 BLUE value IS 144 (56.64% from 255) = 54.34%

R = 14.72%
G = 30.94%
B = 54.34%

CMYK

 C value IS 0.73

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#275290 (or 0x275290) is known color: Endeavour. HEX triplet: 27, 52 and 90. RGB value is (39,82,144). Sum of RGB (Red+Green+Blue) = 39+82+144=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #275290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275290 is #D8AD6F. Grayscale: #4B4B4B. Windows color (decimal): -14200176 or 9458215. OLE color: 9458215.

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

Color convert

RGB 39 82 144 -
CMYK 0.73 0.43 0 0.44
HSL 215.43º 0.57% 0.36% -
HSV(B) 215.43º 0.73% 0.56% -
XYZ 8.89 8.48 27.55 -
YUV 76.21 166.25 101.46 -
System Red Green Blue C M Y K H S L
Decimal 39 82 144 0.73 0.43 0 0.44 215.43 0.57 0.36
Hex 27 52 90 49 2B 0 2C D7 39 24
Octal 47 122 220 111 53 0 54 327 71 44
Binary 100111 1010010 10010000 1001001 101011 0 101100 11010111 111001 100100

Color Harmonies of #275290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275290

Black with #275290

Text Example


Text Example

White with #275290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275290; }

 p { color: rgb(39,82,144); }

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

background-color css

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

 a { background-color: rgb(39,82,144); }

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

border-color css

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

 span { border-color: rgb(39,82,144); }

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