Html Css Color HEX #273377 Resolution Blue

📋 copy color: '#273377'

red 39 ◦ green 51 ◦ blue 119

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

Shades of Resolution Blue #273377

Tints of Resolution Blue #273377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 56.94%

R = 18.66%
G = 24.4%
B = 56.94%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#273377 (or 0x273377) is known color: Resolution Blue. HEX triplet: 27, 33 and 77. RGB value is (39,51,119). Sum of RGB (Red+Green+Blue) = 39+51+119=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 119 (46.88% from 255 or 56.94% from 209); Max value from RGB is 119 - color contains mainly: blue. Hex color #273377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273377 is #D8CC88. Grayscale: #363636. Windows color (decimal): -14208137 or 7811879. OLE color: 7811879.

HSL color Cylindrical-coordinate representation of color #273377: hue angle of 231º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #273377 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 51 119 -
CMYK 0.67 0.57 0 0.53
HSL 231º 0.51% 0.31% -
HSV(B) 231º 0.67% 0.47% -
XYZ 5.35 4.13 17.97 -
YUV 55.16 164.02 116.47 -
System Red Green Blue C M Y K H S L
Decimal 39 51 119 0.67 0.57 0 0.53 231 0.51 0.31
Hex 27 33 77 43 39 0 35 E7 33 1F
Octal 47 63 167 103 71 0 65 347 63 37
Binary 100111 110011 1110111 1000011 111001 0 110101 11100111 110011 11111

Color Harmonies of #273377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273377

Black with #273377

Text Example


Text Example

White with #273377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273377; }

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

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

background-color css

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

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

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

border-color css

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

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

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