Html Css Color HEX #274E9F Endeavour

📋 copy color: '#274E9F'

red 39 ◦ green 78 ◦ blue 159

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

Shades of Endeavour #274E9F

Tints of Endeavour #274E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 57.61%

R = 14.13%
G = 28.26%
B = 57.61%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#274E9F (or 0x274E9F) is known color: Endeavour. HEX triplet: 27, 4E and 9F. RGB value is (39,78,159). Sum of RGB (Red+Green+Blue) = 39+78+159=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 159 (62.5% from 255 or 57.61% from 276); Max value from RGB is 159 - color contains mainly: blue. Hex color #274E9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274E9F is #D8B160. Grayscale: #4B4B4B. Windows color (decimal): -14201185 or 10440231. OLE color: 10440231.

HSL color Cylindrical-coordinate representation of color #274E9F: hue angle of 220.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #274E9F is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 39 78 159 -
CMYK 0.75 0.51 0 0.38
HSL 220.5º 0.61% 0.39% -
HSV(B) 220.5º 0.75% 0.62% -
XYZ 9.82 8.38 33.9 -
YUV 75.57 175.08 101.91 -
System Red Green Blue C M Y K H S L
Decimal 39 78 159 0.75 0.51 0 0.38 220.5 0.61 0.39
Hex 27 4E 9F 4B 33 0 26 DC 3D 27
Octal 47 116 237 113 63 0 46 334 75 47
Binary 100111 1001110 10011111 1001011 110011 0 100110 11011100 111101 100111

Color Harmonies of #274E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274E9F

Black with #274E9F

Text Example


Text Example

White with #274E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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