Html Css Color HEX #275490 Endeavour

📋 copy color: '#275490'

red 39 ◦ green 84 ◦ blue 144

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

Shades of Endeavour #275490

Tints of Endeavour #275490

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.46%

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

R = 14.61%
G = 31.46%
B = 53.93%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#275490 (or 0x275490) is known color: Endeavour. HEX triplet: 27, 54 and 90. RGB value is (39,84,144). Sum of RGB (Red+Green+Blue) = 39+84+144=267 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.61% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #275490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275490 is #D8AB6F. Grayscale: #4D4D4D. Windows color (decimal): -14199664 or 9458727. OLE color: 9458727.

HSL color Cylindrical-coordinate representation of color #275490: hue angle of 214.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 #275490 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 39 84 144 -
CMYK 0.73 0.42 0 0.44
HSL 214.29º 0.57% 0.36% -
HSV(B) 214.29º 0.73% 0.56% -
XYZ 9.04 8.79 27.6 -
YUV 77.39 165.59 100.62 -
System Red Green Blue C M Y K H S L
Decimal 39 84 144 0.73 0.42 0 0.44 214.29 0.57 0.36
Hex 27 54 90 49 2A 0 2C D6 39 24
Octal 47 124 220 111 52 0 54 326 71 44
Binary 100111 1010100 10010000 1001001 101010 0 101100 11010110 111001 100100

Color Harmonies of #275490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275490

Black with #275490

Text Example


Text Example

White with #275490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275490; }

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

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

background-color css

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

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

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

border-color css

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

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

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