Html Css Color HEX #274775 Fun Blue

📋 copy color: '#274775'

red 39 ◦ green 71 ◦ blue 117

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

Shades of Fun Blue #274775

Tints of Fun Blue #274775

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.28%

 BLUE value IS 117 (46.09% from 255) = 51.54%

R = 17.18%
G = 31.28%
B = 51.54%

CMYK

 C value IS 0.67

 M value IS 0.39

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#274775 (or 0x274775) is known color: Fun Blue. HEX triplet: 27, 47 and 75. RGB value is (39,71,117). Sum of RGB (Red+Green+Blue) = 39+71+117=227 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.18% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #274775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274775 is #D8B88A. Grayscale: #424242. Windows color (decimal): -14203019 or 7685927. OLE color: 7685927.

HSL color Cylindrical-coordinate representation of color #274775: hue angle of 215.38º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #274775 is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 71 117 -
CMYK 0.67 0.39 0 0.54
HSL 215.38º 0.5% 0.31% -
HSV(B) 215.38º 0.67% 0.46% -
XYZ 6.3 6.22 17.7 -
YUV 66.68 156.4 108.26 -
System Red Green Blue C M Y K H S L
Decimal 39 71 117 0.67 0.39 0 0.54 215.38 0.5 0.31
Hex 27 47 75 43 27 0 36 D7 32 1F
Octal 47 107 165 103 47 0 66 327 62 37
Binary 100111 1000111 1110101 1000011 100111 0 110110 11010111 110010 11111

Color Harmonies of #274775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274775

Black with #274775

Text Example


Text Example

White with #274775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274775; }

 p { color: rgb(39,71,117); }

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

background-color css

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

 a { background-color: rgb(39,71,117); }

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

border-color css

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

 span { border-color: rgb(39,71,117); }

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