Html Css Color HEX #275190 Endeavour

📋 copy color: '#275190'

red 39 ◦ green 81 ◦ blue 144

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

Shades of Endeavour #275190

Tints of Endeavour #275190

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.68%

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

R = 14.77%
G = 30.68%
B = 54.55%

CMYK

 C value IS 0.73

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#275190 (or 0x275190) is known color: Endeavour. HEX triplet: 27, 51 and 90. RGB value is (39,81,144). Sum of RGB (Red+Green+Blue) = 39+81+144=264 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.77% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #275190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275190 is #D8AE6F. Grayscale: #4B4B4B. Windows color (decimal): -14200432 or 9457959. OLE color: 9457959.

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

Color convert

RGB 39 81 144 -
CMYK 0.73 0.44 0 0.44
HSL 216º 0.57% 0.36% -
HSV(B) 216º 0.73% 0.56% -
XYZ 8.81 8.33 27.53 -
YUV 75.62 166.59 101.88 -
System Red Green Blue C M Y K H S L
Decimal 39 81 144 0.73 0.44 0 0.44 216 0.57 0.36
Hex 27 51 90 49 2C 0 2C D8 39 24
Octal 47 121 220 111 54 0 54 330 71 44
Binary 100111 1010001 10010000 1001001 101100 0 101100 11011000 111001 100100

Color Harmonies of #275190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275190

Black with #275190

Text Example


Text Example

White with #275190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275190; }

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

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

background-color css

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

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

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

border-color css

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

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

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