Html Css Color HEX #274177 Resolution Blue

📋 copy color: '#274177'

red 39 ◦ green 65 ◦ blue 119

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

Shades of Resolution Blue #274177

Tints of Resolution Blue #274177

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.15%

 BLUE value IS 119 (46.88% from 255) = 53.36%

R = 17.49%
G = 29.15%
B = 53.36%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#274177 (or 0x274177) is known color: Resolution Blue. HEX triplet: 27, 41 and 77. RGB value is (39,65,119). Sum of RGB (Red+Green+Blue) = 39+65+119=223 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.49% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #274177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274177 is #D8BE88. Grayscale: #3F3F3F. Windows color (decimal): -14204553 or 7815463. OLE color: 7815463.

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

Color convert

RGB 39 65 119 -
CMYK 0.67 0.45 0 0.53
HSL 220.5º 0.51% 0.31% -
HSV(B) 220.5º 0.67% 0.47% -
XYZ 6.06 5.54 18.2 -
YUV 63.38 159.39 110.61 -
System Red Green Blue C M Y K H S L
Decimal 39 65 119 0.67 0.45 0 0.53 220.5 0.51 0.31
Hex 27 41 77 43 2D 0 35 DC 33 1F
Octal 47 101 167 103 55 0 65 334 63 37
Binary 100111 1000001 1110111 1000011 101101 0 110101 11011100 110011 11111

Color Harmonies of #274177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274177

Black with #274177

Text Example


Text Example

White with #274177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274177; }

 p { color: rgb(39,65,119); }

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

background-color css

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

 a { background-color: rgb(39,65,119); }

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

border-color css

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

 span { border-color: rgb(39,65,119); }

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