Html Css Color HEX #274D90 Endeavour

📋 copy color: '#274D90'

red 39 ◦ green 77 ◦ blue 144

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

Shades of Endeavour #274D90

Tints of Endeavour #274D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 55.38%

R = 15%
G = 29.62%
B = 55.38%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#274D90 (or 0x274D90) is known color: Endeavour. HEX triplet: 27, 4D and 90. RGB value is (39,77,144). Sum of RGB (Red+Green+Blue) = 39+77+144=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 144 (56.64% from 255 or 55.38% from 260); Max value from RGB is 144 - color contains mainly: blue. Hex color #274D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274D90 is #D8B26F. Grayscale: #484848. Windows color (decimal): -14201456 or 9456935. OLE color: 9456935.

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

Color convert

RGB 39 77 144 -
CMYK 0.73 0.47 0 0.44
HSL 218.29º 0.57% 0.36% -
HSV(B) 218.29º 0.73% 0.56% -
XYZ 8.52 7.75 27.43 -
YUV 73.28 167.91 103.55 -
System Red Green Blue C M Y K H S L
Decimal 39 77 144 0.73 0.47 0 0.44 218.29 0.57 0.36
Hex 27 4D 90 49 2F 0 2C DA 39 24
Octal 47 115 220 111 57 0 54 332 71 44
Binary 100111 1001101 10010000 1001001 101111 0 101100 11011010 111001 100100

Color Harmonies of #274D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274D90

Black with #274D90

Text Example


Text Example

White with #274D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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