Html Css Color HEX #274F94 Endeavour

📋 copy color: '#274F94'

red 39 ◦ green 79 ◦ blue 148

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

Shades of Endeavour #274F94

Tints of Endeavour #274F94

RGB

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

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

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

R = 14.66%
G = 29.7%
B = 55.64%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#274F94 (or 0x274F94) is known color: Endeavour. HEX triplet: 27, 4F and 94. RGB value is (39,79,148). Sum of RGB (Red+Green+Blue) = 39+79+148=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 148 (58.20% from 255 or 55.64% from 266); Max value from RGB is 148 - color contains mainly: blue. Hex color #274F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274F94 is #D8B06B. Grayscale: #4A4A4A. Windows color (decimal): -14200940 or 9719591. OLE color: 9719591.

HSL color Cylindrical-coordinate representation of color #274F94: hue angle of 217.98º 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 #274F94 is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 79 148 -
CMYK 0.74 0.47 0 0.42
HSL 217.98º 0.58% 0.37% -
HSV(B) 217.98º 0.74% 0.58% -
XYZ 8.98 8.16 29.12 -
YUV 74.91 169.25 102.39 -
System Red Green Blue C M Y K H S L
Decimal 39 79 148 0.74 0.47 0 0.42 217.98 0.58 0.37
Hex 27 4F 94 4A 2F 0 2A DA 3A 25
Octal 47 117 224 112 57 0 52 332 72 45
Binary 100111 1001111 10010100 1001010 101111 0 101010 11011010 111010 100101

Color Harmonies of #274F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274F94

Black with #274F94

Text Example


Text Example

White with #274F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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