Html Css Color HEX #274D95 Endeavour

📋 copy color: '#274D95'

red 39 ◦ green 77 ◦ blue 149

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

Shades of Endeavour #274D95

Tints of Endeavour #274D95

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.06%

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

R = 14.72%
G = 29.06%
B = 56.23%

CMYK

 C value IS 0.74

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#274D95 (or 0x274D95) is known color: Endeavour. HEX triplet: 27, 4D and 95. RGB value is (39,77,149). Sum of RGB (Red+Green+Blue) = 39+77+149=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #274D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274D95 is #D8B26A. Grayscale: #494949. Windows color (decimal): -14201451 or 9784615. OLE color: 9784615.

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

Color convert

RGB 39 77 149 -
CMYK 0.74 0.48 0 0.42
HSL 219.27º 0.59% 0.37% -
HSV(B) 219.27º 0.74% 0.58% -
XYZ 8.92 7.91 29.49 -
YUV 73.85 170.41 103.15 -
System Red Green Blue C M Y K H S L
Decimal 39 77 149 0.74 0.48 0 0.42 219.27 0.59 0.37
Hex 27 4D 95 4A 30 0 2A DB 3B 25
Octal 47 115 225 112 60 0 52 333 73 45
Binary 100111 1001101 10010101 1001010 110000 0 101010 11011011 111011 100101

Color Harmonies of #274D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274D95

Black with #274D95

Text Example


Text Example

White with #274D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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