Html Css Color HEX #275B99 Endeavour

📋 copy color: '#275B99'

red 39 ◦ green 91 ◦ blue 153

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

Shades of Endeavour #275B99

Tints of Endeavour #275B99

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.16%

 BLUE value IS 153 (60.16% from 255) = 54.06%

R = 13.78%
G = 32.16%
B = 54.06%

CMYK

 C value IS 0.75

 M value IS 0.41

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#275B99 (or 0x275B99) is known color: Endeavour. HEX triplet: 27, 5B and 99. RGB value is (39,91,153). Sum of RGB (Red+Green+Blue) = 39+91+153=283 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.78% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #275B99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275B99 is #D8A466. Grayscale: #525252. Windows color (decimal): -14197863 or 10050343. OLE color: 10050343.

HSL color Cylindrical-coordinate representation of color #275B99: hue angle of 212.63º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #275B99 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 39 91 153 -
CMYK 0.75 0.41 0 0.4
HSL 212.63º 0.59% 0.38% -
HSV(B) 212.63º 0.75% 0.6% -
XYZ 10.33 10.21 31.56 -
YUV 82.52 167.77 96.96 -
System Red Green Blue C M Y K H S L
Decimal 39 91 153 0.75 0.41 0 0.4 212.63 0.59 0.38
Hex 27 5B 99 4B 29 0 28 D5 3B 26
Octal 47 133 231 113 51 0 50 325 73 46
Binary 100111 1011011 10011001 1001011 101001 0 101000 11010101 111011 100110

Color Harmonies of #275B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275B99

Black with #275B99

Text Example


Text Example

White with #275B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,91,153); }

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

background-color css

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

 a { background-color: rgb(39,91,153); }

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

border-color css

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

 span { border-color: rgb(39,91,153); }

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