Html Css Color HEX #275098 Endeavour

📋 copy color: '#275098'

red 39 ◦ green 80 ◦ blue 152

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

Shades of Endeavour #275098

Tints of Endeavour #275098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 56.09%

R = 14.39%
G = 29.52%
B = 56.09%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#275098 (or 0x275098) is known color: Endeavour. HEX triplet: 27, 50 and 98. RGB value is (39,80,152). Sum of RGB (Red+Green+Blue) = 39+80+152=271 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.39% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #275098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275098 is #D8AF67. Grayscale: #4B4B4B. Windows color (decimal): -14200680 or 9981991. OLE color: 9981991.

HSL color Cylindrical-coordinate representation of color #275098: hue angle of 218.23º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #275098 is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 39 80 152 -
CMYK 0.74 0.47 0 0.40
HSL 218.23º 0.59% 0.37% -
HSV(B) 218.23º 0.74% 0.6% -
XYZ 9.37 8.44 30.84 -
YUV 75.95 170.92 101.65 -
System Red Green Blue C M Y K H S L
Decimal 39 80 152 0.74 0.47 0 0.40 218.23 0.59 0.37
Hex 27 50 98 4A 2F 0 28 DA 3B 25
Octal 47 120 230 112 57 0 50 332 73 45
Binary 100111 1010000 10011000 1001010 101111 0 101000 11011010 111011 100101

Color Harmonies of #275098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275098

Black with #275098

Text Example


Text Example

White with #275098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275098; }

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

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

background-color css

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

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

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

border-color css

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

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

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