Html Css Color HEX #275698 Endeavour

📋 copy color: '#275698'

red 39 ◦ green 86 ◦ blue 152

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

Shades of Endeavour #275698

Tints of Endeavour #275698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.05%

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

R = 14.08%
G = 31.05%
B = 54.87%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#275698 (or 0x275698) is known color: Endeavour. HEX triplet: 27, 56 and 98. RGB value is (39,86,152). Sum of RGB (Red+Green+Blue) = 39+86+152=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 152 (59.77% from 255 or 54.87% from 277); Max value from RGB is 152 - color contains mainly: blue. Hex color #275698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275698 is #D8A967. Grayscale: #4F4F4F. Windows color (decimal): -14199144 or 9983527. OLE color: 9983527.

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

Color convert

RGB 39 86 152 -
CMYK 0.74 0.43 0 0.40
HSL 215.04º 0.59% 0.37% -
HSV(B) 215.04º 0.74% 0.6% -
XYZ 9.83 9.35 30.99 -
YUV 79.47 168.93 99.13 -
System Red Green Blue C M Y K H S L
Decimal 39 86 152 0.74 0.43 0 0.40 215.04 0.59 0.37
Hex 27 56 98 4A 2B 0 28 D7 3B 25
Octal 47 126 230 112 53 0 50 327 73 45
Binary 100111 1010110 10011000 1001010 101011 0 101000 11010111 111011 100101

Color Harmonies of #275698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275698

Black with #275698

Text Example


Text Example

White with #275698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275698; }

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

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

background-color css

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

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

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

border-color css

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

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

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