Html Css Color HEX #273576 Resolution Blue

📋 copy color: '#273576'

red 39 ◦ green 53 ◦ blue 118

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

Shades of Resolution Blue #273576

Tints of Resolution Blue #273576

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.24%

 BLUE value IS 118 (46.48% from 255) = 56.19%

R = 18.57%
G = 25.24%
B = 56.19%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#273576 (or 0x273576) is known color: Resolution Blue. HEX triplet: 27, 35 and 76. RGB value is (39,53,118). Sum of RGB (Red+Green+Blue) = 39+53+118=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 118 (46.48% from 255 or 56.19% from 210); Max value from RGB is 118 - color contains mainly: blue. Hex color #273576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273576 is #D8CA89. Grayscale: #373737. Windows color (decimal): -14207626 or 7746855. OLE color: 7746855.

HSL color Cylindrical-coordinate representation of color #273576: hue angle of 229.37º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #273576 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 53 118 -
CMYK 0.67 0.55 0 0.54
HSL 229.37º 0.5% 0.31% -
HSV(B) 229.37º 0.67% 0.46% -
XYZ 5.38 4.29 17.68 -
YUV 56.22 162.86 115.71 -
System Red Green Blue C M Y K H S L
Decimal 39 53 118 0.67 0.55 0 0.54 229.37 0.5 0.31
Hex 27 35 76 43 37 0 36 E5 32 1F
Octal 47 65 166 103 67 0 66 345 62 37
Binary 100111 110101 1110110 1000011 110111 0 110110 11100101 110010 11111

Color Harmonies of #273576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273576

Black with #273576

Text Example


Text Example

White with #273576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273576; }

 p { color: rgb(39,53,118); }

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

background-color css

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

 a { background-color: rgb(39,53,118); }

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

border-color css

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

 span { border-color: rgb(39,53,118); }

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