Html Css Color HEX #274A7C Fun Blue

📋 copy color: '#274A7C'

red 39 ◦ green 74 ◦ blue 124

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

Shades of Fun Blue #274A7C

Tints of Fun Blue #274A7C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.22%

 BLUE value IS 124 (48.83% from 255) = 52.32%

R = 16.46%
G = 31.22%
B = 52.32%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#274A7C (or 0x274A7C) is known color: Fun Blue. HEX triplet: 27, 4A and 7C. RGB value is (39,74,124). Sum of RGB (Red+Green+Blue) = 39+74+124=237 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.46% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #274A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274A7C is #D8B583. Grayscale: #454545. Windows color (decimal): -14202244 or 8145447. OLE color: 8145447.

HSL color Cylindrical-coordinate representation of color #274A7C: hue angle of 215.29º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #274A7C is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 39 74 124 -
CMYK 0.69 0.40 0 0.51
HSL 215.29º 0.52% 0.32% -
HSV(B) 215.29º 0.69% 0.49% -
XYZ 6.92 6.78 20.01 -
YUV 69.24 158.9 106.43 -
System Red Green Blue C M Y K H S L
Decimal 39 74 124 0.69 0.40 0 0.51 215.29 0.52 0.32
Hex 27 4A 7C 45 28 0 33 D7 34 20
Octal 47 112 174 105 50 0 63 327 64 40
Binary 100111 1001010 1111100 1000101 101000 0 110011 11010111 110100 100000

Color Harmonies of #274A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274A7C

Black with #274A7C

Text Example


Text Example

White with #274A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,74,124); }

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

background-color css

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

 a { background-color: rgb(39,74,124); }

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

border-color css

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

 span { border-color: rgb(39,74,124); }

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