Html Css Color HEX #274479 Resolution Blue

📋 copy color: '#274479'

red 39 ◦ green 68 ◦ blue 121

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

Shades of Resolution Blue #274479

Tints of Resolution Blue #274479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.82%

 BLUE value IS 121 (47.66% from 255) = 53.07%

R = 17.11%
G = 29.82%
B = 53.07%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#274479 (or 0x274479) is known color: Resolution Blue. HEX triplet: 27, 44 and 79. RGB value is (39,68,121). Sum of RGB (Red+Green+Blue) = 39+68+121=228 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.11% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 121 (47.66% from 255 or 53.07% from 228); Max value from RGB is 121 - color contains mainly: blue. Hex color #274479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274479 is #D8BB86. Grayscale: #414141. Windows color (decimal): -14203783 or 7947303. OLE color: 7947303.

HSL color Cylindrical-coordinate representation of color #274479: hue angle of 218.78º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #274479 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 68 121 -
CMYK 0.68 0.44 0 0.53
HSL 218.78º 0.51% 0.31% -
HSV(B) 218.78º 0.68% 0.47% -
XYZ 6.36 5.95 18.9 -
YUV 65.37 159.39 109.19 -
System Red Green Blue C M Y K H S L
Decimal 39 68 121 0.68 0.44 0 0.53 218.78 0.51 0.31
Hex 27 44 79 44 2C 0 35 DB 33 1F
Octal 47 104 171 104 54 0 65 333 63 37
Binary 100111 1000100 1111001 1000100 101100 0 110101 11011011 110011 11111

Color Harmonies of #274479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274479

Black with #274479

Text Example


Text Example

White with #274479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274479; }

 p { color: rgb(39,68,121); }

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

background-color css

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

 a { background-color: rgb(39,68,121); }

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

border-color css

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

 span { border-color: rgb(39,68,121); }

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