Html Css Color HEX #275B90 Endeavour

📋 copy color: '#275B90'

red 39 ◦ green 91 ◦ blue 144

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

Shades of Endeavour #275B90

Tints of Endeavour #275B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 52.55%

R = 14.23%
G = 33.21%
B = 52.55%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#275B90 (or 0x275B90) is known color: Endeavour. HEX triplet: 27, 5B and 90. RGB value is (39,91,144). Sum of RGB (Red+Green+Blue) = 39+91+144=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #275B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275B90 is #D8A46F. Grayscale: #515151. Windows color (decimal): -14197872 or 9460519. OLE color: 9460519.

HSL color Cylindrical-coordinate representation of color #275B90: hue angle of 210.29º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #275B90 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 39 91 144 -
CMYK 0.73 0.37 0 0.44
HSL 210.29º 0.57% 0.36% -
HSV(B) 210.29º 0.73% 0.56% -
XYZ 9.61 9.93 27.8 -
YUV 81.49 163.27 97.69 -
System Red Green Blue C M Y K H S L
Decimal 39 91 144 0.73 0.37 0 0.44 210.29 0.57 0.36
Hex 27 5B 90 49 25 0 2C D2 39 24
Octal 47 133 220 111 45 0 54 322 71 44
Binary 100111 1011011 10010000 1001001 100101 0 101100 11010010 111001 100100

Color Harmonies of #275B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275B90

Black with #275B90

Text Example


Text Example

White with #275B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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