Html Css Color HEX #274E98 Endeavour

📋 copy color: '#274E98'

red 39 ◦ green 78 ◦ blue 152

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

Shades of Endeavour #274E98

Tints of Endeavour #274E98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 56.51%

R = 14.5%
G = 29%
B = 56.51%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#274E98 (or 0x274E98) is known color: Endeavour. HEX triplet: 27, 4E and 98. RGB value is (39,78,152). Sum of RGB (Red+Green+Blue) = 39+78+152=269 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.50% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #274E98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274E98 is #D8B167. Grayscale: #4A4A4A. Windows color (decimal): -14201192 or 9981479. OLE color: 9981479.

HSL color Cylindrical-coordinate representation of color #274E98: hue angle of 219.29º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #274E98 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 39 78 152 -
CMYK 0.74 0.49 0 0.40
HSL 219.29º 0.59% 0.37% -
HSV(B) 219.29º 0.74% 0.6% -
XYZ 9.23 8.15 30.79 -
YUV 74.78 171.58 102.48 -
System Red Green Blue C M Y K H S L
Decimal 39 78 152 0.74 0.49 0 0.40 219.29 0.59 0.37
Hex 27 4E 98 4A 31 0 28 DB 3B 25
Octal 47 116 230 112 61 0 50 333 73 45
Binary 100111 1001110 10011000 1001010 110001 0 101000 11011011 111011 100101

Color Harmonies of #274E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274E98

Black with #274E98

Text Example


Text Example

White with #274E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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