Html Css Color HEX #275C91 Endeavour

📋 copy color: '#275C91'

red 39 ◦ green 92 ◦ blue 145

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

Shades of Endeavour #275C91

Tints of Endeavour #275C91

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.33%

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

R = 14.13%
G = 33.33%
B = 52.54%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#275C91 (or 0x275C91) is known color: Endeavour. HEX triplet: 27, 5C and 91. RGB value is (39,92,145). Sum of RGB (Red+Green+Blue) = 39+92+145=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #275C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275C91 is #D8A36E. Grayscale: #515151. Windows color (decimal): -14197615 or 9526311. OLE color: 9526311.

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

Color convert

RGB 39 92 145 -
CMYK 0.73 0.37 0 0.43
HSL 210º 0.58% 0.36% -
HSV(B) 210º 0.73% 0.57% -
XYZ 9.77 10.13 28.23 -
YUV 82.2 163.44 97.19 -
System Red Green Blue C M Y K H S L
Decimal 39 92 145 0.73 0.37 0 0.43 210 0.58 0.36
Hex 27 5C 91 49 25 0 2B D2 3A 24
Octal 47 134 221 111 45 0 53 322 72 44
Binary 100111 1011100 10010001 1001001 100101 0 101011 11010010 111010 100100

Color Harmonies of #275C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275C91

Black with #275C91

Text Example


Text Example

White with #275C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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