Html Css Color HEX #275094 Endeavour

📋 copy color: '#275094'

red 39 ◦ green 80 ◦ blue 148

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

Shades of Endeavour #275094

Tints of Endeavour #275094

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.96%

 BLUE value IS 148 (58.2% from 255) = 55.43%

R = 14.61%
G = 29.96%
B = 55.43%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#275094 (or 0x275094) is known color: Endeavour. HEX triplet: 27, 50 and 94. RGB value is (39,80,148). Sum of RGB (Red+Green+Blue) = 39+80+148=267 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.61% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 148 (58.20% from 255 or 55.43% from 267); Max value from RGB is 148 - color contains mainly: blue. Hex color #275094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275094 is #D8AF6B. Grayscale: #4B4B4B. Windows color (decimal): -14200684 or 9719847. OLE color: 9719847.

HSL color Cylindrical-coordinate representation of color #275094: hue angle of 217.43º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #275094 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 80 148 -
CMYK 0.74 0.46 0 0.42
HSL 217.43º 0.58% 0.37% -
HSV(B) 217.43º 0.74% 0.58% -
XYZ 9.05 8.31 29.14 -
YUV 75.49 168.92 101.97 -
System Red Green Blue C M Y K H S L
Decimal 39 80 148 0.74 0.46 0 0.42 217.43 0.58 0.37
Hex 27 50 94 4A 2E 0 2A D9 3A 25
Octal 47 120 224 112 56 0 52 331 72 45
Binary 100111 1010000 10010100 1001010 101110 0 101010 11011001 111010 100101

Color Harmonies of #275094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275094

Black with #275094

Text Example


Text Example

White with #275094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275094; }

 p { color: rgb(39,80,148); }

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

background-color css

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

 a { background-color: rgb(39,80,148); }

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

border-color css

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

 span { border-color: rgb(39,80,148); }

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