Html Css Color HEX #275890 Endeavour

📋 copy color: '#275890'

red 39 ◦ green 88 ◦ blue 144

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

Shades of Endeavour #275890

Tints of Endeavour #275890

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.47%

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

R = 14.39%
G = 32.47%
B = 53.14%

CMYK

 C value IS 0.73

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#275890 (or 0x275890) is known color: Endeavour. HEX triplet: 27, 58 and 90. RGB value is (39,88,144). Sum of RGB (Red+Green+Blue) = 39+88+144=271 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.39% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 144 (56.64% from 255 or 53.14% from 271); Max value from RGB is 144 - color contains mainly: blue. Hex color #275890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275890 is #D8A76F. Grayscale: #4F4F4F. Windows color (decimal): -14198640 or 9459751. OLE color: 9459751.

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

Color convert

RGB 39 88 144 -
CMYK 0.73 0.39 0 0.44
HSL 212º 0.57% 0.36% -
HSV(B) 212º 0.73% 0.56% -
XYZ 9.36 9.42 27.71 -
YUV 79.73 164.27 98.95 -
System Red Green Blue C M Y K H S L
Decimal 39 88 144 0.73 0.39 0 0.44 212 0.57 0.36
Hex 27 58 90 49 27 0 2C D4 39 24
Octal 47 130 220 111 47 0 54 324 71 44
Binary 100111 1011000 10010000 1001001 100111 0 101100 11010100 111001 100100

Color Harmonies of #275890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275890

Black with #275890

Text Example


Text Example

White with #275890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275890; }

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

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

background-color css

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

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

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

border-color css

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

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

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