Html Css Color HEX #273777 Resolution Blue

📋 copy color: '#273777'

red 39 ◦ green 55 ◦ blue 119

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

Shades of Resolution Blue #273777

Tints of Resolution Blue #273777

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.82%

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

R = 18.31%
G = 25.82%
B = 55.87%

CMYK

 C value IS 0.67

 M value IS 0.54

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#273777 (or 0x273777) is known color: Resolution Blue. HEX triplet: 27, 37 and 77. RGB value is (39,55,119). Sum of RGB (Red+Green+Blue) = 39+55+119=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 119 (46.88% from 255 or 55.87% from 213); Max value from RGB is 119 - color contains mainly: blue. Hex color #273777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273777 is #D8C888. Grayscale: #393939. Windows color (decimal): -14207113 or 7812903. OLE color: 7812903.

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

Color convert

RGB 39 55 119 -
CMYK 0.67 0.54 0 0.53
HSL 228º 0.51% 0.31% -
HSV(B) 228º 0.67% 0.47% -
XYZ 5.53 4.5 18.03 -
YUV 57.51 162.7 114.8 -
System Red Green Blue C M Y K H S L
Decimal 39 55 119 0.67 0.54 0 0.53 228 0.51 0.31
Hex 27 37 77 43 36 0 35 E4 33 1F
Octal 47 67 167 103 66 0 65 344 63 37
Binary 100111 110111 1110111 1000011 110110 0 110101 11100100 110011 11111

Color Harmonies of #273777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273777

Black with #273777

Text Example


Text Example

White with #273777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273777; }

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

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

background-color css

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

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

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

border-color css

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

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

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