Html Css Color HEX #274C91 Endeavour

📋 copy color: '#274C91'

red 39 ◦ green 76 ◦ blue 145

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

Shades of Endeavour #274C91

Tints of Endeavour #274C91

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.23%

 BLUE value IS 145 (57.03% from 255) = 55.77%

R = 15%
G = 29.23%
B = 55.77%

CMYK

 C value IS 0.73

 M value IS 0.48

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#274C91 (or 0x274C91) is known color: Endeavour. HEX triplet: 27, 4C and 91. RGB value is (39,76,145). Sum of RGB (Red+Green+Blue) = 39+76+145=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 145 (57.03% from 255 or 55.77% from 260); Max value from RGB is 145 - color contains mainly: blue. Hex color #274C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274C91 is #D8B36E. Grayscale: #484848. Windows color (decimal): -14201711 or 9522215. OLE color: 9522215.

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

Color convert

RGB 39 76 145 -
CMYK 0.73 0.48 0 0.43
HSL 219.06º 0.58% 0.36% -
HSV(B) 219.06º 0.73% 0.57% -
XYZ 8.53 7.64 27.81 -
YUV 72.8 168.74 103.89 -
System Red Green Blue C M Y K H S L
Decimal 39 76 145 0.73 0.48 0 0.43 219.06 0.58 0.36
Hex 27 4C 91 49 30 0 2B DB 3A 24
Octal 47 114 221 111 60 0 53 333 72 44
Binary 100111 1001100 10010001 1001001 110000 0 101011 11011011 111010 100100

Color Harmonies of #274C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274C91

Black with #274C91

Text Example


Text Example

White with #274C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,76,145); }

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

background-color css

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

 a { background-color: rgb(39,76,145); }

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

border-color css

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

 span { border-color: rgb(39,76,145); }

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