Html Css Color HEX #274F89 Endeavour

📋 copy color: '#274F89'

red 39 ◦ green 79 ◦ blue 137

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

Shades of Endeavour #274F89

Tints of Endeavour #274F89

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.98%

 BLUE value IS 137 (53.91% from 255) = 53.73%

R = 15.29%
G = 30.98%
B = 53.73%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#274F89 (or 0x274F89) is known color: Endeavour. HEX triplet: 27, 4F and 89. RGB value is (39,79,137). Sum of RGB (Red+Green+Blue) = 39+79+137=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #274F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274F89 is #D8B076. Grayscale: #494949. Windows color (decimal): -14200951 or 8998695. OLE color: 8998695.

HSL color Cylindrical-coordinate representation of color #274F89: hue angle of 215.51º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #274F89 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 39 79 137 -
CMYK 0.72 0.42 0 0.46
HSL 215.51º 0.56% 0.35% -
HSV(B) 215.51º 0.72% 0.54% -
XYZ 8.15 7.83 24.75 -
YUV 73.65 163.75 103.28 -
System Red Green Blue C M Y K H S L
Decimal 39 79 137 0.72 0.42 0 0.46 215.51 0.56 0.35
Hex 27 4F 89 48 2A 0 2E D8 38 23
Octal 47 117 211 110 52 0 56 330 70 43
Binary 100111 1001111 10001001 1001000 101010 0 101110 11011000 111000 100011

Color Harmonies of #274F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274F89

Black with #274F89

Text Example


Text Example

White with #274F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,79,137); }

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

background-color css

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

 a { background-color: rgb(39,79,137); }

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

border-color css

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

 span { border-color: rgb(39,79,137); }

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