Html Css Color HEX #275295 Endeavour

📋 copy color: '#275295'

red 39 ◦ green 82 ◦ blue 149

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

Shades of Endeavour #275295

Tints of Endeavour #275295

RGB

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

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

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

R = 14.44%
G = 30.37%
B = 55.19%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#275295 (or 0x275295) is known color: Endeavour. HEX triplet: 27, 52 and 95. RGB value is (39,82,149). Sum of RGB (Red+Green+Blue) = 39+82+149=270 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.44% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #275295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275295 is #D8AD6A. Grayscale: #4C4C4C. Windows color (decimal): -14200171 or 9785895. OLE color: 9785895.

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

Color convert

RGB 39 82 149 -
CMYK 0.74 0.45 0 0.42
HSL 216.55º 0.59% 0.37% -
HSV(B) 216.55º 0.74% 0.58% -
XYZ 9.28 8.64 29.61 -
YUV 76.78 168.75 101.05 -
System Red Green Blue C M Y K H S L
Decimal 39 82 149 0.74 0.45 0 0.42 216.55 0.59 0.37
Hex 27 52 95 4A 2D 0 2A D9 3B 25
Octal 47 122 225 112 55 0 52 331 73 45
Binary 100111 1010010 10010101 1001010 101101 0 101010 11011001 111011 100101

Color Harmonies of #275295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275295

Black with #275295

Text Example


Text Example

White with #275295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275295; }

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

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

background-color css

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

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

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

border-color css

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

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

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