Html Css Color HEX #274C94 Endeavour

📋 copy color: '#274C94'

red 39 ◦ green 76 ◦ blue 148

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

Shades of Endeavour #274C94

Tints of Endeavour #274C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 56.27%

R = 14.83%
G = 28.9%
B = 56.27%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#274C94 (or 0x274C94) is known color: Endeavour. HEX triplet: 27, 4C and 94. RGB value is (39,76,148). Sum of RGB (Red+Green+Blue) = 39+76+148=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 148 (58.20% from 255 or 56.27% from 263); Max value from RGB is 148 - color contains mainly: blue. Hex color #274C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274C94 is #D8B36B. Grayscale: #484848. Windows color (decimal): -14201708 or 9718823. OLE color: 9718823.

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

Color convert

RGB 39 76 148 -
CMYK 0.74 0.49 0 0.42
HSL 219.63º 0.58% 0.37% -
HSV(B) 219.63º 0.74% 0.58% -
XYZ 8.77 7.74 29.05 -
YUV 73.15 170.24 103.65 -
System Red Green Blue C M Y K H S L
Decimal 39 76 148 0.74 0.49 0 0.42 219.63 0.58 0.37
Hex 27 4C 94 4A 31 0 2A DC 3A 25
Octal 47 114 224 112 61 0 52 334 72 45
Binary 100111 1001100 10010100 1001010 110001 0 101010 11011100 111010 100101

Color Harmonies of #274C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274C94

Black with #274C94

Text Example


Text Example

White with #274C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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