Html Css Color HEX #273376 Resolution Blue

📋 copy color: '#273376'

red 39 ◦ green 51 ◦ blue 118

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

Shades of Resolution Blue #273376

Tints of Resolution Blue #273376

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.52%

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

R = 18.75%
G = 24.52%
B = 56.73%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#273376 (or 0x273376) is known color: Resolution Blue. HEX triplet: 27, 33 and 76. RGB value is (39,51,118). Sum of RGB (Red+Green+Blue) = 39+51+118=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 118 (46.48% from 255 or 56.73% from 208); Max value from RGB is 118 - color contains mainly: blue. Hex color #273376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273376 is #D8CC89. Grayscale: #363636. Windows color (decimal): -14208138 or 7746343. OLE color: 7746343.

HSL color Cylindrical-coordinate representation of color #273376: hue angle of 230.89º 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 #273376 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 51 118 -
CMYK 0.67 0.57 0 0.54
HSL 230.89º 0.5% 0.31% -
HSV(B) 230.89º 0.67% 0.46% -
XYZ 5.29 4.11 17.65 -
YUV 55.05 163.52 116.55 -
System Red Green Blue C M Y K H S L
Decimal 39 51 118 0.67 0.57 0 0.54 230.89 0.5 0.31
Hex 27 33 76 43 39 0 36 E7 32 1F
Octal 47 63 166 103 71 0 66 347 62 37
Binary 100111 110011 1110110 1000011 111001 0 110110 11100111 110010 11111

Color Harmonies of #273376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273376

Black with #273376

Text Example


Text Example

White with #273376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273376; }

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

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

background-color css

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

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

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

border-color css

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

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

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