Html Css Color HEX #274379 Resolution Blue

📋 copy color: '#274379'

red 39 ◦ green 67 ◦ blue 121

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

Shades of Resolution Blue #274379

Tints of Resolution Blue #274379

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.52%

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

R = 17.18%
G = 29.52%
B = 53.3%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#274379 (or 0x274379) is known color: Resolution Blue. HEX triplet: 27, 43 and 79. RGB value is (39,67,121). Sum of RGB (Red+Green+Blue) = 39+67+121=227 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.18% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 121 (47.66% from 255 or 53.30% from 227); Max value from RGB is 121 - color contains mainly: blue. Hex color #274379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274379 is #D8BC86. Grayscale: #404040. Windows color (decimal): -14204039 or 7947047. OLE color: 7947047.

HSL color Cylindrical-coordinate representation of color #274379: hue angle of 219.51º 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 #274379 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 67 121 -
CMYK 0.68 0.45 0 0.53
HSL 219.51º 0.51% 0.31% -
HSV(B) 219.51º 0.68% 0.47% -
XYZ 6.3 5.83 18.88 -
YUV 64.78 159.72 109.61 -
System Red Green Blue C M Y K H S L
Decimal 39 67 121 0.68 0.45 0 0.53 219.51 0.51 0.31
Hex 27 43 79 44 2D 0 35 DC 33 1F
Octal 47 103 171 104 55 0 65 334 63 37
Binary 100111 1000011 1111001 1000100 101101 0 110101 11011100 110011 11111

Color Harmonies of #274379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274379

Black with #274379

Text Example


Text Example

White with #274379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274379; }

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

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

background-color css

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

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

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

border-color css

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

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

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