Html Css Color HEX #274F9C Endeavour

📋 copy color: '#274F9C'

red 39 ◦ green 79 ◦ blue 156

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

Shades of Endeavour #274F9C

Tints of Endeavour #274F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 56.93%

R = 14.23%
G = 28.83%
B = 56.93%

CMYK

 C value IS 0.75

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#274F9C (or 0x274F9C) is known color: Endeavour. HEX triplet: 27, 4F and 9C. RGB value is (39,79,156). Sum of RGB (Red+Green+Blue) = 39+79+156=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #274F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274F9C is #D8B063. Grayscale: #4B4B4B. Windows color (decimal): -14200932 or 10243879. OLE color: 10243879.

HSL color Cylindrical-coordinate representation of color #274F9C: hue angle of 219.49º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #274F9C is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 39 79 156 -
CMYK 0.75 0.49 0 0.39
HSL 219.49º 0.6% 0.38% -
HSV(B) 219.49º 0.75% 0.61% -
XYZ 9.63 8.42 32.57 -
YUV 75.82 173.25 101.74 -
System Red Green Blue C M Y K H S L
Decimal 39 79 156 0.75 0.49 0 0.39 219.49 0.6 0.38
Hex 27 4F 9C 4B 31 0 27 DB 3C 26
Octal 47 117 234 113 61 0 47 333 74 46
Binary 100111 1001111 10011100 1001011 110001 0 100111 11011011 111100 100110

Color Harmonies of #274F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274F9C

Black with #274F9C

Text Example


Text Example

White with #274F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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