Html Css Color HEX #275395 Endeavour

📋 copy color: '#275395'

red 39 ◦ green 83 ◦ blue 149

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

Shades of Endeavour #275395

Tints of Endeavour #275395

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.63%

 BLUE value IS 149 (58.59% from 255) = 54.98%

R = 14.39%
G = 30.63%
B = 54.98%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#275395 (or 0x275395) is known color: Endeavour. HEX triplet: 27, 53 and 95. RGB value is (39,83,149). Sum of RGB (Red+Green+Blue) = 39+83+149=271 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.39% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #275395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275395 is #D8AC6A. Grayscale: #4D4D4D. Windows color (decimal): -14199915 or 9786151. OLE color: 9786151.

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

Color convert

RGB 39 83 149 -
CMYK 0.74 0.44 0 0.42
HSL 216º 0.59% 0.37% -
HSV(B) 216º 0.74% 0.58% -
XYZ 9.35 8.79 29.64 -
YUV 77.37 168.42 100.63 -
System Red Green Blue C M Y K H S L
Decimal 39 83 149 0.74 0.44 0 0.42 216 0.59 0.37
Hex 27 53 95 4A 2C 0 2A D8 3B 25
Octal 47 123 225 112 54 0 52 330 73 45
Binary 100111 1010011 10010101 1001010 101100 0 101010 11011000 111011 100101

Color Harmonies of #275395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275395

Black with #275395

Text Example


Text Example

White with #275395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275395; }

 p { color: rgb(39,83,149); }

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

background-color css

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

 a { background-color: rgb(39,83,149); }

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

border-color css

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

 span { border-color: rgb(39,83,149); }

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