Html Css Color HEX #274D96 Endeavour

📋 copy color: '#274D96'

red 39 ◦ green 77 ◦ blue 150

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

Shades of Endeavour #274D96

Tints of Endeavour #274D96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 56.39%

R = 14.66%
G = 28.95%
B = 56.39%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#274D96 (or 0x274D96) is known color: Endeavour. HEX triplet: 27, 4D and 96. RGB value is (39,77,150). Sum of RGB (Red+Green+Blue) = 39+77+150=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 150 (58.98% from 255 or 56.39% from 266); Max value from RGB is 150 - color contains mainly: blue. Hex color #274D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274D96 is #D8B269. Grayscale: #494949. Windows color (decimal): -14201450 or 9850151. OLE color: 9850151.

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

Color convert

RGB 39 77 150 -
CMYK 0.74 0.49 0 0.41
HSL 219.46º 0.59% 0.37% -
HSV(B) 219.46º 0.74% 0.59% -
XYZ 9 7.94 29.91 -
YUV 73.96 170.91 103.06 -
System Red Green Blue C M Y K H S L
Decimal 39 77 150 0.74 0.49 0 0.41 219.46 0.59 0.37
Hex 27 4D 96 4A 31 0 29 DB 3B 25
Octal 47 115 226 112 61 0 51 333 73 45
Binary 100111 1001101 10010110 1001010 110001 0 101001 11011011 111011 100101

Color Harmonies of #274D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274D96

Black with #274D96

Text Example


Text Example

White with #274D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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