Html Css Color HEX #274D93 Endeavour

📋 copy color: '#274D93'

red 39 ◦ green 77 ◦ blue 147

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

Shades of Endeavour #274D93

Tints of Endeavour #274D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.89%

R = 14.83%
G = 29.28%
B = 55.89%

CMYK

 C value IS 0.73

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#274D93 (or 0x274D93) is known color: Endeavour. HEX triplet: 27, 4D and 93. RGB value is (39,77,147). Sum of RGB (Red+Green+Blue) = 39+77+147=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 147 (57.81% from 255 or 55.89% from 263); Max value from RGB is 147 - color contains mainly: blue. Hex color #274D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274D93 is #D8B26C. Grayscale: #494949. Windows color (decimal): -14201453 or 9653543. OLE color: 9653543.

HSL color Cylindrical-coordinate representation of color #274D93: hue angle of 218.89º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #274D93 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 77 147 -
CMYK 0.73 0.48 0 0.42
HSL 218.89º 0.58% 0.36% -
HSV(B) 218.89º 0.73% 0.58% -
XYZ 8.76 7.85 28.66 -
YUV 73.62 169.41 103.31 -
System Red Green Blue C M Y K H S L
Decimal 39 77 147 0.73 0.48 0 0.42 218.89 0.58 0.36
Hex 27 4D 93 49 30 0 2A DB 3A 24
Octal 47 115 223 111 60 0 52 333 72 44
Binary 100111 1001101 10010011 1001001 110000 0 101010 11011011 111010 100100

Color Harmonies of #274D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274D93

Black with #274D93

Text Example


Text Example

White with #274D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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