Html Css Color HEX #275F91 Endeavour

📋 copy color: '#275F91'

red 39 ◦ green 95 ◦ blue 145

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

Shades of Endeavour #275F91

Tints of Endeavour #275F91

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.05%

 BLUE value IS 145 (57.03% from 255) = 51.97%

R = 13.98%
G = 34.05%
B = 51.97%

CMYK

 C value IS 0.73

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#275F91 (or 0x275F91) is known color: Endeavour. HEX triplet: 27, 5F and 91. RGB value is (39,95,145). Sum of RGB (Red+Green+Blue) = 39+95+145=279 (36% of max value = 765). Red value is 39 (15.62% from 255 or 13.98% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #275F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275F91 is #D8A06E. Grayscale: #535353. Windows color (decimal): -14196847 or 9527079. OLE color: 9527079.

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

Color convert

RGB 39 95 145 -
CMYK 0.73 0.34 0 0.43
HSL 208.3º 0.58% 0.36% -
HSV(B) 208.3º 0.73% 0.57% -
XYZ 10.04 10.66 28.32 -
YUV 83.96 162.45 95.93 -
System Red Green Blue C M Y K H S L
Decimal 39 95 145 0.73 0.34 0 0.43 208.3 0.58 0.36
Hex 27 5F 91 49 22 0 2B D0 3A 24
Octal 47 137 221 111 42 0 53 320 72 44
Binary 100111 1011111 10010001 1001001 100010 0 101011 11010000 111010 100100

Color Harmonies of #275F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275F91

Black with #275F91

Text Example


Text Example

White with #275F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275F91; }

 p { color: rgb(39,95,145); }

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

background-color css

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

 a { background-color: rgb(39,95,145); }

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

border-color css

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

 span { border-color: rgb(39,95,145); }

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