Html Css Color HEX #275298 Endeavour

📋 copy color: '#275298'

red 39 ◦ green 82 ◦ blue 152

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

Shades of Endeavour #275298

Tints of Endeavour #275298

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.04%

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

R = 14.29%
G = 30.04%
B = 55.68%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#275298 (or 0x275298) is known color: Endeavour. HEX triplet: 27, 52 and 98. RGB value is (39,82,152). Sum of RGB (Red+Green+Blue) = 39+82+152=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 152 (59.77% from 255 or 55.68% from 273); Max value from RGB is 152 - color contains mainly: blue. Hex color #275298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275298 is #D8AD67. Grayscale: #4C4C4C. Windows color (decimal): -14200168 or 9982503. OLE color: 9982503.

HSL color Cylindrical-coordinate representation of color #275298: hue angle of 217.17º 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 #275298 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 39 82 152 -
CMYK 0.74 0.46 0 0.40
HSL 217.17º 0.59% 0.37% -
HSV(B) 217.17º 0.74% 0.6% -
XYZ 9.52 8.73 30.89 -
YUV 77.12 170.25 100.81 -
System Red Green Blue C M Y K H S L
Decimal 39 82 152 0.74 0.46 0 0.40 217.17 0.59 0.37
Hex 27 52 98 4A 2E 0 28 D9 3B 25
Octal 47 122 230 112 56 0 50 331 73 45
Binary 100111 1010010 10011000 1001010 101110 0 101000 11011001 111011 100101

Color Harmonies of #275298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275298

Black with #275298

Text Example


Text Example

White with #275298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275298; }

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

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

background-color css

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

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

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

border-color css

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

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

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