Html Css Color HEX #274471 Resolution Blue

📋 copy color: '#274471'

red 39 ◦ green 68 ◦ blue 113

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

Shades of Resolution Blue #274471

Tints of Resolution Blue #274471

RGB

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

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

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

R = 17.73%
G = 30.91%
B = 51.36%

CMYK

 C value IS 0.65

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#274471 (or 0x274471) is known color: Resolution Blue. HEX triplet: 27, 44 and 71. RGB value is (39,68,113). Sum of RGB (Red+Green+Blue) = 39+68+113=220 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.73% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #274471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274471 is #D8BB8E. Grayscale: #404040. Windows color (decimal): -14203791 or 7423015. OLE color: 7423015.

HSL color Cylindrical-coordinate representation of color #274471: hue angle of 216.49º 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 #274471 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 68 113 -
CMYK 0.65 0.40 0 0.56
HSL 216.49º 0.49% 0.3% -
HSV(B) 216.49º 0.65% 0.44% -
XYZ 5.88 5.76 16.42 -
YUV 64.46 155.39 109.84 -
System Red Green Blue C M Y K H S L
Decimal 39 68 113 0.65 0.40 0 0.56 216.49 0.49 0.3
Hex 27 44 71 41 28 0 38 D8 31 1E
Octal 47 104 161 101 50 0 70 330 61 36
Binary 100111 1000100 1110001 1000001 101000 0 111000 11011000 110001 11110

Color Harmonies of #274471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274471

Black with #274471

Text Example


Text Example

White with #274471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274471; }

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

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

background-color css

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

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

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

border-color css

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

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

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