Html Css Color HEX #274271 Resolution Blue

📋 copy color: '#274271'

red 39 ◦ green 66 ◦ blue 113

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

Shades of Resolution Blue #274271

Tints of Resolution Blue #274271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.28%

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

R = 17.89%
G = 30.28%
B = 51.83%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#274271 (or 0x274271) is known color: Resolution Blue. HEX triplet: 27, 42 and 71. RGB value is (39,66,113). Sum of RGB (Red+Green+Blue) = 39+66+113=218 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.89% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #274271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274271 is #D8BD8E. Grayscale: #3F3F3F. Windows color (decimal): -14204303 or 7422503. OLE color: 7422503.

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

Color convert

RGB 39 66 113 -
CMYK 0.65 0.42 0 0.56
HSL 218.11º 0.49% 0.3% -
HSV(B) 218.11º 0.65% 0.44% -
XYZ 5.77 5.52 16.38 -
YUV 63.29 156.05 110.68 -
System Red Green Blue C M Y K H S L
Decimal 39 66 113 0.65 0.42 0 0.56 218.11 0.49 0.3
Hex 27 42 71 41 2A 0 38 DA 31 1E
Octal 47 102 161 101 52 0 70 332 61 36
Binary 100111 1000010 1110001 1000001 101010 0 111000 11011010 110001 11110

Color Harmonies of #274271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274271

Black with #274271

Text Example


Text Example

White with #274271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274271; }

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

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

background-color css

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

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

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

border-color css

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

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

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