Html Css Color HEX #275694 Endeavour

📋 copy color: '#275694'

red 39 ◦ green 86 ◦ blue 148

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

Shades of Endeavour #275694

Tints of Endeavour #275694

RGB

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

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

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

R = 14.29%
G = 31.5%
B = 54.21%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#275694 (or 0x275694) is known color: Endeavour. HEX triplet: 27, 56 and 94. RGB value is (39,86,148). Sum of RGB (Red+Green+Blue) = 39+86+148=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 148 (58.20% from 255 or 54.21% from 273); Max value from RGB is 148 - color contains mainly: blue. Hex color #275694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275694 is #D8A96B. Grayscale: #4E4E4E. Windows color (decimal): -14199148 or 9721383. OLE color: 9721383.

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

Color convert

RGB 39 86 148 -
CMYK 0.74 0.42 0 0.42
HSL 214.13º 0.58% 0.37% -
HSV(B) 214.13º 0.74% 0.58% -
XYZ 9.51 9.23 29.3 -
YUV 79.02 166.93 99.46 -
System Red Green Blue C M Y K H S L
Decimal 39 86 148 0.74 0.42 0 0.42 214.13 0.58 0.37
Hex 27 56 94 4A 2A 0 2A D6 3A 25
Octal 47 126 224 112 52 0 52 326 72 45
Binary 100111 1010110 10010100 1001010 101010 0 101010 11010110 111010 100101

Color Harmonies of #275694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275694

Black with #275694

Text Example


Text Example

White with #275694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275694; }

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

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

background-color css

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

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

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

border-color css

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

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

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