Html Css Color HEX #275296 Endeavour

📋 copy color: '#275296'

red 39 ◦ green 82 ◦ blue 150

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

Shades of Endeavour #275296

Tints of Endeavour #275296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 55.35%

R = 14.39%
G = 30.26%
B = 55.35%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#275296 (or 0x275296) is known color: Endeavour. HEX triplet: 27, 52 and 96. RGB value is (39,82,150). Sum of RGB (Red+Green+Blue) = 39+82+150=271 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.39% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 150 (58.98% from 255 or 55.35% from 271); Max value from RGB is 150 - color contains mainly: blue. Hex color #275296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275296 is #D8AD69. Grayscale: #4C4C4C. Windows color (decimal): -14200170 or 9851431. OLE color: 9851431.

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

Color convert

RGB 39 82 150 -
CMYK 0.74 0.45 0 0.41
HSL 216.76º 0.59% 0.37% -
HSV(B) 216.76º 0.74% 0.59% -
XYZ 9.36 8.67 30.03 -
YUV 76.9 169.25 100.97 -
System Red Green Blue C M Y K H S L
Decimal 39 82 150 0.74 0.45 0 0.41 216.76 0.59 0.37
Hex 27 52 96 4A 2D 0 29 D9 3B 25
Octal 47 122 226 112 55 0 51 331 73 45
Binary 100111 1010010 10010110 1001010 101101 0 101001 11011001 111011 100101

Color Harmonies of #275296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275296

Black with #275296

Text Example


Text Example

White with #275296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275296; }

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

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

background-color css

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

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

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

border-color css

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

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

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