Html Css Color HEX #274371 Resolution Blue

📋 copy color: '#274371'

red 39 ◦ green 67 ◦ blue 113

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

Shades of Resolution Blue #274371

Tints of Resolution Blue #274371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 51.6%

R = 17.81%
G = 30.59%
B = 51.6%

CMYK

 C value IS 0.65

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#274371 (or 0x274371) is known color: Resolution Blue. HEX triplet: 27, 43 and 71. RGB value is (39,67,113). Sum of RGB (Red+Green+Blue) = 39+67+113=219 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.81% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #274371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274371 is #D8BC8E. Grayscale: #3F3F3F. Windows color (decimal): -14204047 or 7422759. OLE color: 7422759.

HSL color Cylindrical-coordinate representation of color #274371: hue angle of 217.3º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #274371 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 67 113 -
CMYK 0.65 0.41 0 0.56
HSL 217.3º 0.49% 0.3% -
HSV(B) 217.3º 0.65% 0.44% -
XYZ 5.82 5.64 16.4 -
YUV 63.87 155.72 110.26 -
System Red Green Blue C M Y K H S L
Decimal 39 67 113 0.65 0.41 0 0.56 217.3 0.49 0.3
Hex 27 43 71 41 29 0 38 D9 31 1E
Octal 47 103 161 101 51 0 70 331 61 36
Binary 100111 1000011 1110001 1000001 101001 0 111000 11011001 110001 11110

Color Harmonies of #274371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274371

Black with #274371

Text Example


Text Example

White with #274371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274371; }

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

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

background-color css

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

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

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

border-color css

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

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

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