Html Css Color HEX #275192 Endeavour

📋 copy color: '#275192'

red 39 ◦ green 81 ◦ blue 146

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

Shades of Endeavour #275192

Tints of Endeavour #275192

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.45%

 BLUE value IS 146 (57.42% from 255) = 54.89%

R = 14.66%
G = 30.45%
B = 54.89%

CMYK

 C value IS 0.73

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#275192 (or 0x275192) is known color: Endeavour. HEX triplet: 27, 51 and 92. RGB value is (39,81,146). Sum of RGB (Red+Green+Blue) = 39+81+146=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #275192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275192 is #D8AE6D. Grayscale: #4B4B4B. Windows color (decimal): -14200430 or 9589031. OLE color: 9589031.

HSL color Cylindrical-coordinate representation of color #275192: hue angle of 216.45º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #275192 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 39 81 146 -
CMYK 0.73 0.45 0 0.43
HSL 216.45º 0.58% 0.36% -
HSV(B) 216.45º 0.73% 0.57% -
XYZ 8.97 8.39 28.34 -
YUV 75.85 167.59 101.71 -
System Red Green Blue C M Y K H S L
Decimal 39 81 146 0.73 0.45 0 0.43 216.45 0.58 0.36
Hex 27 51 92 49 2D 0 2B D8 3A 24
Octal 47 121 222 111 55 0 53 330 72 44
Binary 100111 1010001 10010010 1001001 101101 0 101011 11011000 111010 100100

Color Harmonies of #275192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275192

Black with #275192

Text Example


Text Example

White with #275192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275192; }

 p { color: rgb(39,81,146); }

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

background-color css

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

 a { background-color: rgb(39,81,146); }

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

border-color css

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

 span { border-color: rgb(39,81,146); }

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