Html Css Color HEX #274D8E Endeavour

📋 copy color: '#274D8E'

red 39 ◦ green 77 ◦ blue 142

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

Shades of Endeavour #274D8E

Tints of Endeavour #274D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 55.04%

R = 15.12%
G = 29.84%
B = 55.04%

CMYK

 C value IS 0.73

 M value IS 0.46

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#274D8E (or 0x274D8E) is known color: Endeavour. HEX triplet: 27, 4D and 8E. RGB value is (39,77,142). Sum of RGB (Red+Green+Blue) = 39+77+142=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 142 (55.86% from 255 or 55.04% from 258); Max value from RGB is 142 - color contains mainly: blue. Hex color #274D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274D8E is #D8B271. Grayscale: #484848. Windows color (decimal): -14201458 or 9325863. OLE color: 9325863.

HSL color Cylindrical-coordinate representation of color #274D8E: hue angle of 217.86º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #274D8E is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 39 77 142 -
CMYK 0.73 0.46 0 0.44
HSL 217.86º 0.57% 0.35% -
HSV(B) 217.86º 0.73% 0.56% -
XYZ 8.37 7.69 26.63 -
YUV 73.05 166.91 103.71 -
System Red Green Blue C M Y K H S L
Decimal 39 77 142 0.73 0.46 0 0.44 217.86 0.57 0.35
Hex 27 4D 8E 49 2E 0 2C DA 39 23
Octal 47 115 216 111 56 0 54 332 71 43
Binary 100111 1001101 10001110 1001001 101110 0 101100 11011010 111001 100011

Color Harmonies of #274D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274D8E

Black with #274D8E

Text Example


Text Example

White with #274D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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