Html Css Color HEX #274E92 Endeavour

📋 copy color: '#274E92'

red 39 ◦ green 78 ◦ blue 146

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

Shades of Endeavour #274E92

Tints of Endeavour #274E92

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.66%

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

R = 14.83%
G = 29.66%
B = 55.51%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#274E92 (or 0x274E92) is known color: Endeavour. HEX triplet: 27, 4E and 92. RGB value is (39,78,146). Sum of RGB (Red+Green+Blue) = 39+78+146=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #274E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274E92 is #D8B16D. Grayscale: #494949. Windows color (decimal): -14201198 or 9588263. OLE color: 9588263.

HSL color Cylindrical-coordinate representation of color #274E92: hue angle of 218.13º 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 #274E92 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 39 78 146 -
CMYK 0.73 0.47 0 0.43
HSL 218.13º 0.58% 0.36% -
HSV(B) 218.13º 0.73% 0.57% -
XYZ 8.75 7.96 28.27 -
YUV 74.09 168.58 102.97 -
System Red Green Blue C M Y K H S L
Decimal 39 78 146 0.73 0.47 0 0.43 218.13 0.58 0.36
Hex 27 4E 92 49 2F 0 2B DA 3A 24
Octal 47 116 222 111 57 0 53 332 72 44
Binary 100111 1001110 10010010 1001001 101111 0 101011 11011010 111010 100100

Color Harmonies of #274E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274E92

Black with #274E92

Text Example


Text Example

White with #274E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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