Html Css Color HEX #274D8D Endeavour

📋 copy color: '#274D8D'

red 39 ◦ green 77 ◦ blue 141

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

Shades of Endeavour #274D8D

Tints of Endeavour #274D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 54.86%

R = 15.18%
G = 29.96%
B = 54.86%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#274D8D (or 0x274D8D) is known color: Endeavour. HEX triplet: 27, 4D and 8D. RGB value is (39,77,141). Sum of RGB (Red+Green+Blue) = 39+77+141=257 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.18% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #274D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274D8D is #D8B272. Grayscale: #484848. Windows color (decimal): -14201459 or 9260327. OLE color: 9260327.

HSL color Cylindrical-coordinate representation of color #274D8D: hue angle of 217.65º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #274D8D is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 77 141 -
CMYK 0.72 0.45 0 0.45
HSL 217.65º 0.57% 0.35% -
HSV(B) 217.65º 0.72% 0.55% -
XYZ 8.3 7.66 26.24 -
YUV 72.93 166.41 103.8 -
System Red Green Blue C M Y K H S L
Decimal 39 77 141 0.72 0.45 0 0.45 217.65 0.57 0.35
Hex 27 4D 8D 48 2D 0 2D DA 39 23
Octal 47 115 215 110 55 0 55 332 71 43
Binary 100111 1001101 10001101 1001000 101101 0 101101 11011010 111001 100011

Color Harmonies of #274D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274D8D

Black with #274D8D

Text Example


Text Example

White with #274D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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