Html Css Color HEX #274C92 Endeavour

📋 copy color: '#274C92'

red 39 ◦ green 76 ◦ blue 146

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

Shades of Endeavour #274C92

Tints of Endeavour #274C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 55.94%

R = 14.94%
G = 29.12%
B = 55.94%

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

#274C92 (or 0x274C92) is known color: Endeavour. HEX triplet: 27, 4C and 92. RGB value is (39,76,146). Sum of RGB (Red+Green+Blue) = 39+76+146=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #274C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274C92 is #D8B36D. Grayscale: #484848. Windows color (decimal): -14201710 or 9587751. OLE color: 9587751.

HSL color Cylindrical-coordinate representation of color #274C92: hue angle of 219.25º 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 #274C92 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 39 76 146 -
CMYK 0.73 0.48 0 0.43
HSL 219.25º 0.58% 0.36% -
HSV(B) 219.25º 0.73% 0.57% -
XYZ 8.61 7.68 28.22 -
YUV 72.92 169.24 103.81 -
System Red Green Blue C M Y K H S L
Decimal 39 76 146 0.73 0.48 0 0.43 219.25 0.58 0.36
Hex 27 4C 92 49 30 0 2B DB 3A 24
Octal 47 114 222 111 60 0 53 333 72 44
Binary 100111 1001100 10010010 1001001 110000 0 101011 11011011 111010 100100

Color Harmonies of #274C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274C92

Black with #274C92

Text Example


Text Example

White with #274C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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