Html Css Color HEX #275692 Endeavour

📋 copy color: '#275692'

red 39 ◦ green 86 ◦ blue 146

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

Shades of Endeavour #275692

Tints of Endeavour #275692

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.73%

 BLUE value IS 146 (57.42% from 255) = 53.87%

R = 14.39%
G = 31.73%
B = 53.87%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#275692 (or 0x275692) is known color: Endeavour. HEX triplet: 27, 56 and 92. RGB value is (39,86,146). Sum of RGB (Red+Green+Blue) = 39+86+146=271 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.39% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #275692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275692 is #D8A96D. Grayscale: #4E4E4E. Windows color (decimal): -14199150 or 9590311. OLE color: 9590311.

HSL color Cylindrical-coordinate representation of color #275692: hue angle of 213.64º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #275692 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 39 86 146 -
CMYK 0.73 0.41 0 0.43
HSL 213.64º 0.58% 0.36% -
HSV(B) 213.64º 0.73% 0.57% -
XYZ 9.35 9.16 28.47 -
YUV 78.79 165.93 99.62 -
System Red Green Blue C M Y K H S L
Decimal 39 86 146 0.73 0.41 0 0.43 213.64 0.58 0.36
Hex 27 56 92 49 29 0 2B D6 3A 24
Octal 47 126 222 111 51 0 53 326 72 44
Binary 100111 1010110 10010010 1001001 101001 0 101011 11010110 111010 100100

Color Harmonies of #275692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275692

Black with #275692

Text Example


Text Example

White with #275692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275692; }

 p { color: rgb(39,86,146); }

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

background-color css

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

 a { background-color: rgb(39,86,146); }

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

border-color css

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

 span { border-color: rgb(39,86,146); }

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