Html Css Color HEX #275095 Endeavour

📋 copy color: '#275095'

red 39 ◦ green 80 ◦ blue 149

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

Shades of Endeavour #275095

Tints of Endeavour #275095

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.85%

 BLUE value IS 149 (58.59% from 255) = 55.6%

R = 14.55%
G = 29.85%
B = 55.6%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#275095 (or 0x275095) is known color: Endeavour. HEX triplet: 27, 50 and 95. RGB value is (39,80,149). Sum of RGB (Red+Green+Blue) = 39+80+149=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #275095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275095 is #D8AF6A. Grayscale: #4B4B4B. Windows color (decimal): -14200683 or 9785383. OLE color: 9785383.

HSL color Cylindrical-coordinate representation of color #275095: hue angle of 217.64º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #275095 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 80 149 -
CMYK 0.74 0.46 0 0.42
HSL 217.64º 0.59% 0.37% -
HSV(B) 217.64º 0.74% 0.58% -
XYZ 9.13 8.34 29.56 -
YUV 75.61 169.42 101.89 -
System Red Green Blue C M Y K H S L
Decimal 39 80 149 0.74 0.46 0 0.42 217.64 0.59 0.37
Hex 27 50 95 4A 2E 0 2A DA 3B 25
Octal 47 120 225 112 56 0 52 332 73 45
Binary 100111 1010000 10010101 1001010 101110 0 101010 11011010 111011 100101

Color Harmonies of #275095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275095

Black with #275095

Text Example


Text Example

White with #275095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275095; }

 p { color: rgb(39,80,149); }

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

background-color css

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

 a { background-color: rgb(39,80,149); }

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

border-color css

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

 span { border-color: rgb(39,80,149); }

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